Html Css Color HEX #B0BD93 Green Spring

📋 copy color: '#B0BD93'

red 176 ◦ green 189 ◦ blue 147

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

Shades of Green Spring #B0BD93

Tints of Green Spring #B0BD93

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.91%

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

R = 34.38%
G = 36.91%
B = 28.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#B0BD93 (or 0xB0BD93) is known color: Green Spring. HEX triplet: B0, BD and 93. RGB value is (176,189,147). Sum of RGB (Red+Green+Blue) = 176+189+147=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BD93 is #4F426C. Grayscale: #B4B4B4. Windows color (decimal): -5194349 or 9682352. OLE color: 9682352.

HSL color Cylindrical-coordinate representation of color #B0BD93: hue angle of 78.57º degrees, saturation: 0.24, 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 #B0BD93 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 189 147 -
CMYK 0.07 0 0.22 0.26
HSL 78.57º 0.24% 0.66% -
HSV(B) 78.57º 0.22% 0.74% -
XYZ 41.37 47.73 34.64 -
YUV 180.33 109.19 124.92 -
System Red Green Blue C M Y K H S L
Decimal 176 189 147 0.07 0 0.22 0.26 78.57 0.24 0.66
Hex B0 BD 93 7 0 16 1A 4F 18 42
Octal 260 275 223 7 0 26 32 117 30 102
Binary 10110000 10111101 10010011 111 0 10110 11010 1001111 11000 1000010

Color Harmonies of #B0BD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BD93

Black with #B0BD93

Text Example


Text Example

White with #B0BD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BD93; }

 p { color: rgb(176,189,147); }

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

background-color css

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

 a { background-color: rgb(176,189,147); }

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

border-color css

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

 span { border-color: rgb(176,189,147); }

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