Html Css Color HEX #BDBB64 Dark Khaki

📋 copy color: '#BDBB64'

red 189 ◦ green 187 ◦ blue 100

#BDBB64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #BDBB64

Tints of Dark Khaki #BDBB64

RGB

 RED value IS 189 (74.22% from 255) = 39.71%

 GREEN value IS 187 (73.44% from 255) = 39.29%

 BLUE value IS 100 (39.45% from 255) = 21.01%

R = 39.71%
G = 39.29%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BDBB64 (or 0xBDBB64) is known color: Dark Khaki. HEX triplet: BD, BB and 64. RGB value is (189,187,100). Sum of RGB (Red+Green+Blue) = 189+187+100=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB64 is #42449B. Grayscale: #B2B2B2. Windows color (decimal): -4342940 or 6601661. OLE color: 6601661.

HSL color Cylindrical-coordinate representation of color #BDBB64: hue angle of 58.65º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDBB64 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 187 100 -
CMYK 0 0.01 0.47 0.26
HSL 58.65º 0.4% 0.57% -
HSV(B) 58.65º 0.47% 0.74% -
XYZ 41.06 47.28 19.02 -
YUV 177.68 84.16 136.07 -
System Red Green Blue C M Y K H S L
Decimal 189 187 100 0 0.01 0.47 0.26 58.65 0.4 0.57
Hex BD BB 64 0 1 2F 1A 3B 28 39
Octal 275 273 144 0 1 57 32 73 50 71
Binary 10111101 10111011 1100100 0 1 101111 11010 111011 101000 111001

Color Harmonies of #BDBB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB64

Black with #BDBB64

Text Example


Text Example

White with #BDBB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB64; }

 p { color: rgb(189,187,100); }

 H1.HeaderClassName
 {
   color: #BDBB64;
 }
 .AnyTagClassName
 {
   color: #BDBB64;
 }
</style>

background-color css

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

 a { background-color: rgb(189,187,100); }

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

border-color css

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

 span { border-color: rgb(189,187,100); }

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