Html Css Color HEX #B2B990 Green Spring

📋 copy color: '#B2B990'

red 178 ◦ green 185 ◦ blue 144

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

Shades of Green Spring #B2B990

Tints of Green Spring #B2B990

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.49%

 BLUE value IS 144 (56.64% from 255) = 28.4%

R = 35.11%
G = 36.49%
B = 28.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B2B990 (or 0xB2B990) is known color: Green Spring. HEX triplet: B2, B9 and 90. RGB value is (178,185,144). Sum of RGB (Red+Green+Blue) = 178+185+144=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B990 is #4D466F. Grayscale: #B2B2B2. Windows color (decimal): -5064304 or 9484722. OLE color: 9484722.

HSL color Cylindrical-coordinate representation of color #B2B990: hue angle of 70.24º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2B990 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 185 144 -
CMYK 0.04 0 0.22 0.27
HSL 70.24º 0.23% 0.65% -
HSV(B) 70.24º 0.22% 0.73% -
XYZ 40.74 46.18 33.15 -
YUV 178.23 108.68 127.83 -
System Red Green Blue C M Y K H S L
Decimal 178 185 144 0.04 0 0.22 0.27 70.24 0.23 0.65
Hex B2 B9 90 4 0 16 1B 46 17 41
Octal 262 271 220 4 0 26 33 106 27 101
Binary 10110010 10111001 10010000 100 0 10110 11011 1000110 10111 1000001

Color Harmonies of #B2B990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B990

Black with #B2B990

Text Example


Text Example

White with #B2B990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B990; }

 p { color: rgb(178,185,144); }

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

background-color css

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

 a { background-color: rgb(178,185,144); }

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

border-color css

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

 span { border-color: rgb(178,185,144); }

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