Html Css Color HEX #B3BC9A Green Spring

📋 copy color: '#B3BC9A'

red 179 ◦ green 188 ◦ blue 154

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

Shades of Green Spring #B3BC9A

Tints of Green Spring #B3BC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.56%

R = 34.36%
G = 36.08%
B = 29.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#B3BC9A (or 0xB3BC9A) is known color: Green Spring. HEX triplet: B3, BC and 9A. RGB value is (179,188,154). Sum of RGB (Red+Green+Blue) = 179+188+154=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BC9A is #4C4365. Grayscale: #B5B5B5. Windows color (decimal): -4997990 or 10140851. OLE color: 10140851.

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

Color convert

RGB 179 188 154 -
CMYK 0.05 0 0.18 0.26
HSL 75.88º 0.2% 0.67% -
HSV(B) 75.88º 0.18% 0.74% -
XYZ 42.41 47.88 37.58 -
YUV 181.43 112.52 126.26 -
System Red Green Blue C M Y K H S L
Decimal 179 188 154 0.05 0 0.18 0.26 75.88 0.2 0.67
Hex B3 BC 9A 5 0 12 1A 4C 14 43
Octal 263 274 232 5 0 22 32 114 24 103
Binary 10110011 10111100 10011010 101 0 10010 11010 1001100 10100 1000011

Color Harmonies of #B3BC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BC9A

Black with #B3BC9A

Text Example


Text Example

White with #B3BC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BC9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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