Html Css Color HEX #B2B693 Green Spring

📋 copy color: '#B2B693'

red 178 ◦ green 182 ◦ blue 147

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

Shades of Green Spring #B2B693

Tints of Green Spring #B2B693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.99%

R = 35.11%
G = 35.9%
B = 28.99%

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

#B2B693 (or 0xB2B693) is known color: Green Spring. HEX triplet: B2, B6 and 93. RGB value is (178,182,147). Sum of RGB (Red+Green+Blue) = 178+182+147=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B693 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B693 is #4D496C. Grayscale: #B0B0B0. Windows color (decimal): -5065069 or 9680562. OLE color: 9680562.

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

Color convert

RGB 178 182 147 -
CMYK 0.02 0 0.19 0.29
HSL 66.86º 0.19% 0.65% -
HSV(B) 66.86º 0.19% 0.71% -
XYZ 40.35 45.03 34.17 -
YUV 176.81 111.17 128.85 -
System Red Green Blue C M Y K H S L
Decimal 178 182 147 0.02 0 0.19 0.29 66.86 0.19 0.65
Hex B2 B6 93 2 0 13 1D 43 13 41
Octal 262 266 223 2 0 23 35 103 23 101
Binary 10110010 10110110 10010011 10 0 10011 11101 1000011 10011 1000001

Color Harmonies of #B2B693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B693

Black with #B2B693

Text Example


Text Example

White with #B2B693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B693; }

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

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

background-color css

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

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

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

border-color css

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

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

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