Html Css Color HEX #B5C470 Pine Glade

📋 copy color: '#B5C470'

red 181 ◦ green 196 ◦ blue 112

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

Shades of Pine Glade #B5C470

Tints of Pine Glade #B5C470

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.08%

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

R = 37.01%
G = 40.08%
B = 22.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#B5C470 (or 0xB5C470) is known color: Pine Glade. HEX triplet: B5, C4 and 70. RGB value is (181,196,112). Sum of RGB (Red+Green+Blue) = 181+196+112=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C470 is #4A3B8F. Grayscale: #B6B6B6. Windows color (decimal): -4864912 or 7390389. OLE color: 7390389.

HSL color Cylindrical-coordinate representation of color #B5C470: hue angle of 70.71º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B5C470 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 181 196 112 -
CMYK 0.08 0 0.43 0.23
HSL 70.71º 0.42% 0.6% -
HSV(B) 70.71º 0.43% 0.77% -
XYZ 41.72 50.47 22.87 -
YUV 181.94 88.53 127.33 -
System Red Green Blue C M Y K H S L
Decimal 181 196 112 0.08 0 0.43 0.23 70.71 0.42 0.6
Hex B5 C4 70 8 0 2B 17 47 2A 3C
Octal 265 304 160 10 0 53 27 107 52 74
Binary 10110101 11000100 1110000 1000 0 101011 10111 1000111 101010 111100

Color Harmonies of #B5C470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C470

Black with #B5C470

Text Example


Text Example

White with #B5C470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C470; }

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

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

background-color css

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

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

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

border-color css

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

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

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