Html Css Color HEX #B2B69C Green Spring

📋 copy color: '#B2B69C'

red 178 ◦ green 182 ◦ blue 156

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

Shades of Green Spring #B2B69C

Tints of Green Spring #B2B69C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.27%

 BLUE value IS 156 (61.33% from 255) = 30.23%

R = 34.5%
G = 35.27%
B = 30.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B2B69C (or 0xB2B69C) is known color: Green Spring. HEX triplet: B2, B6 and 9C. RGB value is (178,182,156). Sum of RGB (Red+Green+Blue) = 178+182+156=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 182 (71.48% from 255 or 35.27% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B69C is #4D4963. Grayscale: #B1B1B1. Windows color (decimal): -5065060 or 10270386. OLE color: 10270386.

HSL color Cylindrical-coordinate representation of color #B2B69C: hue angle of 69.23º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2B69C is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 182 156 -
CMYK 0.02 0 0.14 0.29
HSL 69.23º 0.15% 0.66% -
HSV(B) 69.23º 0.14% 0.71% -
XYZ 41.09 45.32 38.03 -
YUV 177.84 115.67 128.11 -
System Red Green Blue C M Y K H S L
Decimal 178 182 156 0.02 0 0.14 0.29 69.23 0.15 0.66
Hex B2 B6 9C 2 0 E 1D 45 F 42
Octal 262 266 234 2 0 16 35 105 17 102
Binary 10110010 10110110 10011100 10 0 1110 11101 1000101 1111 1000010

Color Harmonies of #B2B69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B69C

Black with #B2B69C

Text Example


Text Example

White with #B2B69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B69C; }

 p { color: rgb(178,182,156); }

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

background-color css

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

 a { background-color: rgb(178,182,156); }

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

border-color css

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

 span { border-color: rgb(178,182,156); }

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