Html Css Color HEX #B9C470 Pine Glade

📋 copy color: '#B9C470'

red 185 ◦ green 196 ◦ blue 112

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

Shades of Pine Glade #B9C470

Tints of Pine Glade #B9C470

RGB

 RED value IS 185 (72.66% from 255) = 37.53%

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

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

R = 37.53%
G = 39.76%
B = 22.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#B9C470 (or 0xB9C470) is known color: Pine Glade. HEX triplet: B9, C4 and 70. RGB value is (185,196,112). Sum of RGB (Red+Green+Blue) = 185+196+112=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C470 is #463B8F. Grayscale: #B7B7B7. Windows color (decimal): -4602768 or 7390393. OLE color: 7390393.

HSL color Cylindrical-coordinate representation of color #B9C470: hue angle of 67.86º 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 #B9C470 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 196 112 -
CMYK 0.06 0 0.43 0.23
HSL 67.86º 0.42% 0.6% -
HSV(B) 67.86º 0.43% 0.77% -
XYZ 42.67 50.96 22.92 -
YUV 183.14 87.86 129.33 -
System Red Green Blue C M Y K H S L
Decimal 185 196 112 0.06 0 0.43 0.23 67.86 0.42 0.6
Hex B9 C4 70 6 0 2B 17 44 2A 3C
Octal 271 304 160 6 0 53 27 104 52 74
Binary 10111001 11000100 1110000 110 0 101011 10111 1000100 101010 111100

Color Harmonies of #B9C470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C470

Black with #B9C470

Text Example


Text Example

White with #B9C470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C470; }

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

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

background-color css

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

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

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

border-color css

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

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

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