Html Css Color HEX #B2B694 Green Spring

📋 copy color: '#B2B694'

red 178 ◦ green 182 ◦ blue 148

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

Shades of Green Spring #B2B694

Tints of Green Spring #B2B694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.13%

R = 35.04%
G = 35.83%
B = 29.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B2B694 (or 0xB2B694) is known color: Green Spring. HEX triplet: B2, B6 and 94. RGB value is (178,182,148). Sum of RGB (Red+Green+Blue) = 178+182+148=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 182 (71.48% from 255 or 35.83% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B694 is #4D496B. Grayscale: #B1B1B1. Windows color (decimal): -5065068 or 9746098. OLE color: 9746098.

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

Color convert

RGB 178 182 148 -
CMYK 0.02 0 0.19 0.29
HSL 67.06º 0.19% 0.65% -
HSV(B) 67.06º 0.19% 0.71% -
XYZ 40.43 45.06 34.58 -
YUV 176.93 111.67 128.76 -
System Red Green Blue C M Y K H S L
Decimal 178 182 148 0.02 0 0.19 0.29 67.06 0.19 0.65
Hex B2 B6 94 2 0 13 1D 43 13 41
Octal 262 266 224 2 0 23 35 103 23 101
Binary 10110010 10110110 10010100 10 0 10011 11101 1000011 10011 1000001

Color Harmonies of #B2B694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B694

Black with #B2B694

Text Example


Text Example

White with #B2B694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B694; }

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

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

background-color css

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

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

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

border-color css

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

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

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