Html Css Color HEX #B0B56E Dark Khaki

📋 copy color: '#B0B56E'

red 176 ◦ green 181 ◦ blue 110

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

Shades of Dark Khaki #B0B56E

Tints of Dark Khaki #B0B56E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.76%

 BLUE value IS 110 (43.36% from 255) = 23.55%

R = 37.69%
G = 38.76%
B = 23.55%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B0B56E (or 0xB0B56E) is known color: Dark Khaki. HEX triplet: B0, B5 and 6E. RGB value is (176,181,110). Sum of RGB (Red+Green+Blue) = 176+181+110=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B56E is #4F4A91. Grayscale: #ABABAB. Windows color (decimal): -5196434 or 7255472. OLE color: 7255472.

HSL color Cylindrical-coordinate representation of color #B0B56E: hue angle of 64.23º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0B56E is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 181 110 -
CMYK 0.03 0 0.39 0.29
HSL 64.23º 0.32% 0.57% -
HSV(B) 64.23º 0.39% 0.71% -
XYZ 37.24 43.4 21.17 -
YUV 171.41 93.34 131.27 -
System Red Green Blue C M Y K H S L
Decimal 176 181 110 0.03 0 0.39 0.29 64.23 0.32 0.57
Hex B0 B5 6E 3 0 27 1D 40 20 39
Octal 260 265 156 3 0 47 35 100 40 71
Binary 10110000 10110101 1101110 11 0 100111 11101 1000000 100000 111001

Color Harmonies of #B0B56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B56E

Black with #B0B56E

Text Example


Text Example

White with #B0B56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B56E; }

 p { color: rgb(176,181,110); }

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

background-color css

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

 a { background-color: rgb(176,181,110); }

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

border-color css

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

 span { border-color: rgb(176,181,110); }

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