Html Css Color HEX #B0B270 Dark Khaki

📋 copy color: '#B0B270'

red 176 ◦ green 178 ◦ blue 112

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

Shades of Dark Khaki #B0B270

Tints of Dark Khaki #B0B270

RGB

 RED value IS 176 (69.14% from 255) = 37.77%

 GREEN value IS 178 (69.92% from 255) = 38.2%

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

R = 37.77%
G = 38.2%
B = 24.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B0B270 (or 0xB0B270) is known color: Dark Khaki. HEX triplet: B0, B2 and 70. RGB value is (176,178,112). Sum of RGB (Red+Green+Blue) = 176+178+112=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B270 is #4F4D8F. Grayscale: #AAAAAA. Windows color (decimal): -5197200 or 7385776. OLE color: 7385776.

HSL color Cylindrical-coordinate representation of color #B0B270: hue angle of 61.82º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0B270 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 178 112 -
CMYK 0.01 0 0.37 0.30
HSL 61.82º 0.3% 0.57% -
HSV(B) 61.82º 0.37% 0.7% -
XYZ 36.75 42.24 21.55 -
YUV 169.88 95.34 132.37 -
System Red Green Blue C M Y K H S L
Decimal 176 178 112 0.01 0 0.37 0.30 61.82 0.3 0.57
Hex B0 B2 70 1 0 25 1E 3E 1E 39
Octal 260 262 160 1 0 45 36 76 36 71
Binary 10110000 10110010 1110000 1 0 100101 11110 111110 11110 111001

Color Harmonies of #B0B270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B270

Black with #B0B270

Text Example


Text Example

White with #B0B270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B270; }

 p { color: rgb(176,178,112); }

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

background-color css

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

 a { background-color: rgb(176,178,112); }

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

border-color css

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

 span { border-color: rgb(176,178,112); }

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