Html Css Color HEX #B0BA92 Green Spring

📋 copy color: '#B0BA92'

red 176 ◦ green 186 ◦ blue 146

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

Shades of Green Spring #B0BA92

Tints of Green Spring #B0BA92

RGB

 RED value IS 176 (69.14% from 255) = 34.65%

 GREEN value IS 186 (73.05% from 255) = 36.61%

 BLUE value IS 146 (57.42% from 255) = 28.74%

R = 34.65%
G = 36.61%
B = 28.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B0BA92 (or 0xB0BA92) is known color: Green Spring. HEX triplet: B0, BA and 92. RGB value is (176,186,146). Sum of RGB (Red+Green+Blue) = 176+186+146=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BA92 is #4F456D. Grayscale: #B2B2B2. Windows color (decimal): -5195118 or 9616048. OLE color: 9616048.

HSL color Cylindrical-coordinate representation of color #B0BA92: hue angle of 75º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0BA92 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 186 146 -
CMYK 0.05 0 0.22 0.27
HSL 75º 0.22% 0.65% -
HSV(B) 75º 0.22% 0.73% -
XYZ 40.65 46.42 34.01 -
YUV 178.45 109.69 126.25 -
System Red Green Blue C M Y K H S L
Decimal 176 186 146 0.05 0 0.22 0.27 75 0.22 0.65
Hex B0 BA 92 5 0 16 1B 4B 16 41
Octal 260 272 222 5 0 26 33 113 26 101
Binary 10110000 10111010 10010010 101 0 10110 11011 1001011 10110 1000001

Color Harmonies of #B0BA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA92

Black with #B0BA92

Text Example


Text Example

White with #B0BA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA92; }

 p { color: rgb(176,186,146); }

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

background-color css

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

 a { background-color: rgb(176,186,146); }

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

border-color css

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

 span { border-color: rgb(176,186,146); }

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