Html Css Color HEX #B2B36B Dark Khaki

📋 copy color: '#B2B36B'

red 178 ◦ green 179 ◦ blue 107

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

Shades of Dark Khaki #B2B36B

Tints of Dark Khaki #B2B36B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.06%

R = 38.36%
G = 38.58%
B = 23.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B2B36B (or 0xB2B36B) is known color: Dark Khaki. HEX triplet: B2, B3 and 6B. RGB value is (178,179,107). Sum of RGB (Red+Green+Blue) = 178+179+107=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B36B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B36B is #4D4C94. Grayscale: #AAAAAA. Windows color (decimal): -5065877 or 7058354. OLE color: 7058354.

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

Color convert

RGB 178 179 107 -
CMYK 0.01 0 0.40 0.30
HSL 60.83º 0.32% 0.56% -
HSV(B) 60.83º 0.4% 0.7% -
XYZ 37.13 42.77 20.21 -
YUV 170.49 92.17 133.35 -
System Red Green Blue C M Y K H S L
Decimal 178 179 107 0.01 0 0.40 0.30 60.83 0.32 0.56
Hex B2 B3 6B 1 0 28 1E 3D 20 38
Octal 262 263 153 1 0 50 36 75 40 70
Binary 10110010 10110011 1101011 1 0 101000 11110 111101 100000 111000

Color Harmonies of #B2B36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B36B

Black with #B2B36B

Text Example


Text Example

White with #B2B36B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B36B; }

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

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

background-color css

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

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

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

border-color css

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

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

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