Html Css Color HEX #B2B36E Dark Khaki

📋 copy color: '#B2B36E'

red 178 ◦ green 179 ◦ blue 110

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

Shades of Dark Khaki #B2B36E

Tints of Dark Khaki #B2B36E

RGB

 RED value IS 178 (69.92% from 255) = 38.12%

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

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

R = 38.12%
G = 38.33%
B = 23.55%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2B36E (or 0xB2B36E) is known color: Dark Khaki. HEX triplet: B2, B3 and 6E. RGB value is (178,179,110). Sum of RGB (Red+Green+Blue) = 178+179+110=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B36E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B36E is #4D4C91. Grayscale: #ABABAB. Windows color (decimal): -5065874 or 7254962. OLE color: 7254962.

HSL color Cylindrical-coordinate representation of color #B2B36E: hue angle of 60.87º 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 #B2B36E is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 179 110 -
CMYK 0.01 0 0.39 0.30
HSL 60.87º 0.31% 0.57% -
HSV(B) 60.87º 0.39% 0.7% -
XYZ 37.29 42.83 21.05 -
YUV 170.84 93.67 133.11 -
System Red Green Blue C M Y K H S L
Decimal 178 179 110 0.01 0 0.39 0.30 60.87 0.31 0.57
Hex B2 B3 6E 1 0 27 1E 3D 1F 39
Octal 262 263 156 1 0 47 36 75 37 71
Binary 10110010 10110011 1101110 1 0 100111 11110 111101 11111 111001

Color Harmonies of #B2B36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B36E

Black with #B2B36E

Text Example


Text Example

White with #B2B36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B36E; }

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

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

background-color css

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

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

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

border-color css

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

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

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