Html Css Color HEX #B2BC93 Green Spring

📋 copy color: '#B2BC93'

red 178 ◦ green 188 ◦ blue 147

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

Shades of Green Spring #B2BC93

Tints of Green Spring #B2BC93

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.65%

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

R = 34.7%
G = 36.65%
B = 28.65%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#B2BC93 (or 0xB2BC93) is known color: Green Spring. HEX triplet: B2, BC and 93. RGB value is (178,188,147). Sum of RGB (Red+Green+Blue) = 178+188+147=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BC93 is #4D436C. Grayscale: #B4B4B4. Windows color (decimal): -5063533 or 9682098. OLE color: 9682098.

HSL color Cylindrical-coordinate representation of color #B2BC93: hue angle of 74.63º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2BC93 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 188 147 -
CMYK 0.05 0 0.22 0.26
HSL 74.63º 0.23% 0.66% -
HSV(B) 74.63º 0.22% 0.74% -
XYZ 41.61 47.54 34.59 -
YUV 180.34 109.19 126.33 -
System Red Green Blue C M Y K H S L
Decimal 178 188 147 0.05 0 0.22 0.26 74.63 0.23 0.66
Hex B2 BC 93 5 0 16 1A 4B 17 42
Octal 262 274 223 5 0 26 32 113 27 102
Binary 10110010 10111100 10010011 101 0 10110 11010 1001011 10111 1000010

Color Harmonies of #B2BC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BC93

Black with #B2BC93

Text Example


Text Example

White with #B2BC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BC93; }

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

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

background-color css

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

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

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

border-color css

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

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

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