Html Css Color HEX #BDBF70 Dark Khaki

📋 copy color: '#BDBF70'

red 189 ◦ green 191 ◦ blue 112

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

Shades of Dark Khaki #BDBF70

Tints of Dark Khaki #BDBF70

RGB

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

 GREEN value IS 191 (75% from 255) = 38.82%

 BLUE value IS 112 (44.14% from 255) = 22.76%

R = 38.41%
G = 38.82%
B = 22.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BDBF70 (or 0xBDBF70) is known color: Dark Khaki. HEX triplet: BD, BF and 70. RGB value is (189,191,112). Sum of RGB (Red+Green+Blue) = 189+191+112=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBF70 is #42408F. Grayscale: #B5B5B5. Windows color (decimal): -4341904 or 7389117. OLE color: 7389117.

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

Color convert

RGB 189 191 112 -
CMYK 0.01 0 0.41 0.25
HSL 61.52º 0.38% 0.59% -
HSV(B) 61.52º 0.41% 0.75% -
XYZ 42.54 49.25 22.59 -
YUV 181.4 88.84 133.42 -
System Red Green Blue C M Y K H S L
Decimal 189 191 112 0.01 0 0.41 0.25 61.52 0.38 0.59
Hex BD BF 70 1 0 29 19 3E 26 3B
Octal 275 277 160 1 0 51 31 76 46 73
Binary 10111101 10111111 1110000 1 0 101001 11001 111110 100110 111011

Color Harmonies of #BDBF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBF70

Black with #BDBF70

Text Example


Text Example

White with #BDBF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBF70; }

 p { color: rgb(189,191,112); }

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

background-color css

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

 a { background-color: rgb(189,191,112); }

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

border-color css

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

 span { border-color: rgb(189,191,112); }

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