Html Css Color HEX #B0B36F Dark Khaki

📋 copy color: '#B0B36F'

red 176 ◦ green 179 ◦ blue 111

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

Shades of Dark Khaki #B0B36F

Tints of Dark Khaki #B0B36F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.82%

R = 37.77%
G = 38.41%
B = 23.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B0B36F (or 0xB0B36F) is known color: Dark Khaki. HEX triplet: B0, B3 and 6F. RGB value is (176,179,111). Sum of RGB (Red+Green+Blue) = 176+179+111=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B36F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B36F is #4F4C90. Grayscale: #AAAAAA. Windows color (decimal): -5196945 or 7320496. OLE color: 7320496.

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

Color convert

RGB 176 179 111 -
CMYK 0.02 0 0.38 0.30
HSL 62.65º 0.31% 0.57% -
HSV(B) 62.65º 0.38% 0.7% -
XYZ 36.89 42.62 21.32 -
YUV 170.35 94.51 132.03 -
System Red Green Blue C M Y K H S L
Decimal 176 179 111 0.02 0 0.38 0.30 62.65 0.31 0.57
Hex B0 B3 6F 2 0 26 1E 3F 1F 39
Octal 260 263 157 2 0 46 36 77 37 71
Binary 10110000 10110011 1101111 10 0 100110 11110 111111 11111 111001

Color Harmonies of #B0B36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B36F

Black with #B0B36F

Text Example


Text Example

White with #B0B36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B36F; }

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

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

background-color css

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

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

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

border-color css

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

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

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