Html Css Color HEX #B2B69D Green Spring

📋 copy color: '#B2B69D'

red 178 ◦ green 182 ◦ blue 157

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

Shades of Green Spring #B2B69D

Tints of Green Spring #B2B69D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.37%

R = 34.43%
G = 35.2%
B = 30.37%

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

#B2B69D (or 0xB2B69D) is known color: Green Spring. HEX triplet: B2, B6 and 9D. RGB value is (178,182,157). Sum of RGB (Red+Green+Blue) = 178+182+157=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 182 (71.48% from 255 or 35.20% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B69D is #4D4962. Grayscale: #B2B2B2. Windows color (decimal): -5065059 or 10335922. OLE color: 10335922.

HSL color Cylindrical-coordinate representation of color #B2B69D: hue angle of 69.6º 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 #B2B69D is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 182 157 -
CMYK 0.02 0 0.14 0.29
HSL 69.6º 0.15% 0.66% -
HSV(B) 69.6º 0.14% 0.71% -
XYZ 41.17 45.36 38.48 -
YUV 177.95 116.17 128.03 -
System Red Green Blue C M Y K H S L
Decimal 178 182 157 0.02 0 0.14 0.29 69.6 0.15 0.66
Hex B2 B6 9D 2 0 E 1D 46 F 42
Octal 262 266 235 2 0 16 35 106 17 102
Binary 10110010 10110110 10011101 10 0 1110 11101 1000110 1111 1000010

Color Harmonies of #B2B69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B69D

Black with #B2B69D

Text Example


Text Example

White with #B2B69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B69D; }

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

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

background-color css

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

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

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

border-color css

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

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

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