Html Css Color HEX #B0B36E Dark Khaki

📋 copy color: '#B0B36E'

red 176 ◦ green 179 ◦ blue 110

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

Shades of Dark Khaki #B0B36E

Tints of Dark Khaki #B0B36E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.49%

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

R = 37.85%
G = 38.49%
B = 23.66%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B0B36E (or 0xB0B36E) is known color: Dark Khaki. HEX triplet: B0, B3 and 6E. RGB value is (176,179,110). Sum of RGB (Red+Green+Blue) = 176+179+110=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B36E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B36E is #4F4C91. Grayscale: #AAAAAA. Windows color (decimal): -5196946 or 7254960. OLE color: 7254960.

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

Color convert

RGB 176 179 110 -
CMYK 0.02 0 0.39 0.30
HSL 62.61º 0.31% 0.57% -
HSV(B) 62.61º 0.39% 0.7% -
XYZ 36.84 42.6 21.03 -
YUV 170.24 94.01 132.11 -
System Red Green Blue C M Y K H S L
Decimal 176 179 110 0.02 0 0.39 0.30 62.61 0.31 0.57
Hex B0 B3 6E 2 0 27 1E 3F 1F 39
Octal 260 263 156 2 0 47 36 77 37 71
Binary 10110000 10110011 1101110 10 0 100111 11110 111111 11111 111001

Color Harmonies of #B0B36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B36E

Black with #B0B36E

Text Example


Text Example

White with #B0B36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B36E; }

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

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

background-color css

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

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

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

border-color css

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

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

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