Html Css Color HEX #B2B69A Green Spring

📋 copy color: '#B2B69A'

red 178 ◦ green 182 ◦ blue 154

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

Shades of Green Spring #B2B69A

Tints of Green Spring #B2B69A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.96%

R = 34.63%
G = 35.41%
B = 29.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B2B69A (or 0xB2B69A) is known color: Green Spring. HEX triplet: B2, B6 and 9A. RGB value is (178,182,154). Sum of RGB (Red+Green+Blue) = 178+182+154=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 154 (60.55% from 255 or 29.96% from 514); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B69A is #4D4965. Grayscale: #B1B1B1. Windows color (decimal): -5065062 or 10139314. OLE color: 10139314.

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

Color convert

RGB 178 182 154 -
CMYK 0.02 0 0.15 0.29
HSL 68.57º 0.16% 0.66% -
HSV(B) 68.57º 0.15% 0.71% -
XYZ 40.92 45.25 37.15 -
YUV 177.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 178 182 154 0.02 0 0.15 0.29 68.57 0.16 0.66
Hex B2 B6 9A 2 0 F 1D 45 10 42
Octal 262 266 232 2 0 17 35 105 20 102
Binary 10110010 10110110 10011010 10 0 1111 11101 1000101 10000 1000010

Color Harmonies of #B2B69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B69A

Black with #B2B69A

Text Example


Text Example

White with #B2B69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B69A; }

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

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

background-color css

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

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

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

border-color css

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

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

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