Html Css Color HEX #B3BC94 Green Spring

📋 copy color: '#B3BC94'

red 179 ◦ green 188 ◦ blue 148

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

Shades of Green Spring #B3BC94

Tints of Green Spring #B3BC94

RGB

 RED value IS 179 (70.31% from 255) = 34.76%

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

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

R = 34.76%
G = 36.5%
B = 28.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#B3BC94 (or 0xB3BC94) is known color: Green Spring. HEX triplet: B3, BC and 94. RGB value is (179,188,148). Sum of RGB (Red+Green+Blue) = 179+188+148=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BC94 is #4C436B. Grayscale: #B4B4B4. Windows color (decimal): -4997996 or 9747635. OLE color: 9747635.

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

Color convert

RGB 179 188 148 -
CMYK 0.05 0 0.21 0.26
HSL 73.5º 0.23% 0.66% -
HSV(B) 73.5º 0.21% 0.74% -
XYZ 41.92 47.69 35.01 -
YUV 180.75 109.52 126.75 -
System Red Green Blue C M Y K H S L
Decimal 179 188 148 0.05 0 0.21 0.26 73.5 0.23 0.66
Hex B3 BC 94 5 0 15 1A 4A 17 42
Octal 263 274 224 5 0 25 32 112 27 102
Binary 10110011 10111100 10010100 101 0 10101 11010 1001010 10111 1000010

Color Harmonies of #B3BC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BC94

Black with #B3BC94

Text Example


Text Example

White with #B3BC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BC94; }

 p { color: rgb(179,188,148); }

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

background-color css

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

 a { background-color: rgb(179,188,148); }

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

border-color css

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

 span { border-color: rgb(179,188,148); }

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