Html Css Color HEX #B0B36C Dark Khaki

📋 copy color: '#B0B36C'

red 176 ◦ green 179 ◦ blue 108

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

Shades of Dark Khaki #B0B36C

Tints of Dark Khaki #B0B36C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.33%

R = 38.01%
G = 38.66%
B = 23.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B0B36C (or 0xB0B36C) is known color: Dark Khaki. HEX triplet: B0, B3 and 6C. RGB value is (176,179,108). Sum of RGB (Red+Green+Blue) = 176+179+108=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B36C is #4F4C93. Grayscale: #AAAAAA. Windows color (decimal): -5196948 or 7123888. OLE color: 7123888.

HSL color Cylindrical-coordinate representation of color #B0B36C: hue angle of 62.54º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0B36C is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 179 108 -
CMYK 0.02 0 0.40 0.30
HSL 62.54º 0.32% 0.56% -
HSV(B) 62.54º 0.4% 0.7% -
XYZ 36.73 42.55 20.46 -
YUV 170.01 93.01 132.27 -
System Red Green Blue C M Y K H S L
Decimal 176 179 108 0.02 0 0.40 0.30 62.54 0.32 0.56
Hex B0 B3 6C 2 0 28 1E 3F 20 38
Octal 260 263 154 2 0 50 36 77 40 70
Binary 10110000 10110011 1101100 10 0 101000 11110 111111 100000 111000

Color Harmonies of #B0B36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B36C

Black with #B0B36C

Text Example


Text Example

White with #B0B36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B36C; }

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

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

background-color css

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

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

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

border-color css

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

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

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