Html Css Color HEX #BDBE64 Dark Khaki

📋 copy color: '#BDBE64'

red 189 ◦ green 190 ◦ blue 100

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

Shades of Dark Khaki #BDBE64

Tints of Dark Khaki #BDBE64

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.67%

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

R = 39.46%
G = 39.67%
B = 20.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BDBE64 (or 0xBDBE64) is known color: Dark Khaki. HEX triplet: BD, BE and 64. RGB value is (189,190,100). Sum of RGB (Red+Green+Blue) = 189+190+100=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBE64 is #42419B. Grayscale: #B3B3B3. Windows color (decimal): -4342172 or 6602429. OLE color: 6602429.

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

Color convert

RGB 189 190 100 -
CMYK 0.01 0 0.47 0.25
HSL 60.67º 0.41% 0.57% -
HSV(B) 60.67º 0.47% 0.75% -
XYZ 41.7 48.57 19.23 -
YUV 179.44 83.17 134.82 -
System Red Green Blue C M Y K H S L
Decimal 189 190 100 0.01 0 0.47 0.25 60.67 0.41 0.57
Hex BD BE 64 1 0 2F 19 3D 29 39
Octal 275 276 144 1 0 57 31 75 51 71
Binary 10111101 10111110 1100100 1 0 101111 11001 111101 101001 111001

Color Harmonies of #BDBE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBE64

Black with #BDBE64

Text Example


Text Example

White with #BDBE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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