#BADB51

Color #BADB51 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #BADB51

Tints of Conifer #BADB51

Color information

#BADB51 (or 0xBADB51) is unknown color: approx Conifer. HEX triplet: BA, DB and 51. RGB value is (186,219,81). Sum of RGB (Red+Green+Blue) = 186+219+81=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 81 (32.03% from 255 or 16.67% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADB51 is #4524AE. Grayscale: #C1C1C1. Windows color (decimal): -4531375 or 5364666. OLE color: 5364666.

HSL color Cylindrical-coordinate representation of color #BADB51: hue angle of 74.35º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BADB51 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB18621981-
CMYK0.1500.630.14
HSL74.35º65.71%58.82%-
HSV(B)74.35º63.01%85.88%-
XYZ47.0761.717.21-
YUV193.464.57122.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 38.27%
GREEN value IS 219 (85.94% from 255) = 45.06%
BLUE value IS 81 (32.03% from 255) = 16.67%
R=38.27%
G=45.06%
B=16.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal186219810.1500.630.1474.3565.7158.82
HexBADB51F03FE4a423b
Octal272333121170771611210273
Binary1011101011011011101000111110111111111010010101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADB51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADB51; }

 p { color: rgb(186,219,81); }

 H1.HeaderClassName
 {
   color: #BADB51;
 }
 .AnyTagClassName
 {
   color: #BADB51;
 }
</style>
background-color css

<style>
 a { background-color: #BADB51; }

 a { background-color: rgb(186,219,81); }

 div.DivClassName
 {
   background-color: #BADB51;
 }
 .BgClassName
 {
   background-color: #BADB51;
 }
</style>
border-color css

<style>
 span { border-color: #BADB51; }

 span { border-color: rgb(186,219,81); }

 td.TdClassName
 {
   border-color: #BADB51;
 }
 .TagClassName
 {
   border-color: #BADB51;
 }
</style>