Html Css Color HEX #BDB662 Dark Khaki

📋 copy color: '#BDB662'

red 189 ◦ green 182 ◦ blue 98

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

Shades of Dark Khaki #BDB662

Tints of Dark Khaki #BDB662

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.81%

 BLUE value IS 98 (38.67% from 255) = 20.9%

R = 40.3%
G = 38.81%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BDB662 (or 0xBDB662) is known color: Dark Khaki. HEX triplet: BD, B6 and 62. RGB value is (189,182,98). Sum of RGB (Red+Green+Blue) = 189+182+98=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB662 is #42499D. Grayscale: #AEAEAE. Windows color (decimal): -4344222 or 6469309. OLE color: 6469309.

HSL color Cylindrical-coordinate representation of color #BDB662: hue angle of 55.38º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDB662 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 182 98 -
CMYK 0 0.04 0.48 0.26
HSL 55.38º 0.41% 0.56% -
HSV(B) 55.38º 0.48% 0.74% -
XYZ 39.92 45.16 18.17 -
YUV 174.52 84.82 138.33 -
System Red Green Blue C M Y K H S L
Decimal 189 182 98 0 0.04 0.48 0.26 55.38 0.41 0.56
Hex BD B6 62 0 4 30 1A 37 29 38
Octal 275 266 142 0 4 60 32 67 51 70
Binary 10111101 10110110 1100010 0 100 110000 11010 110111 101001 111000

Color Harmonies of #BDB662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB662

Black with #BDB662

Text Example


Text Example

White with #BDB662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB662; }

 p { color: rgb(189,182,98); }

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

background-color css

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

 a { background-color: rgb(189,182,98); }

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

border-color css

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

 span { border-color: rgb(189,182,98); }

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