Html Css Color HEX #B5C370 Pine Glade

📋 copy color: '#B5C370'

red 181 ◦ green 195 ◦ blue 112

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

Shades of Pine Glade #B5C370

Tints of Pine Glade #B5C370

RGB

 RED value IS 181 (71.09% from 255) = 37.09%

 GREEN value IS 195 (76.56% from 255) = 39.96%

 BLUE value IS 112 (44.14% from 255) = 22.95%

R = 37.09%
G = 39.96%
B = 22.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#B5C370 (or 0xB5C370) is known color: Pine Glade. HEX triplet: B5, C3 and 70. RGB value is (181,195,112). Sum of RGB (Red+Green+Blue) = 181+195+112=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C370 is #4A3C8F. Grayscale: #B5B5B5. Windows color (decimal): -4865168 or 7390133. OLE color: 7390133.

HSL color Cylindrical-coordinate representation of color #B5C370: hue angle of 70.12º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B5C370 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 195 112 -
CMYK 0.07 0 0.43 0.24
HSL 70.12º 0.41% 0.6% -
HSV(B) 70.12º 0.43% 0.76% -
XYZ 41.5 50.02 22.8 -
YUV 181.35 88.86 127.75 -
System Red Green Blue C M Y K H S L
Decimal 181 195 112 0.07 0 0.43 0.24 70.12 0.41 0.6
Hex B5 C3 70 7 0 2B 18 46 29 3C
Octal 265 303 160 7 0 53 30 106 51 74
Binary 10110101 11000011 1110000 111 0 101011 11000 1000110 101001 111100

Color Harmonies of #B5C370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C370

Black with #B5C370

Text Example


Text Example

White with #B5C370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C370; }

 p { color: rgb(181,195,112); }

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

background-color css

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

 a { background-color: rgb(181,195,112); }

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

border-color css

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

 span { border-color: rgb(181,195,112); }

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