Html Css Color HEX #B9C478 Pine Glade

📋 copy color: '#B9C478'

red 185 ◦ green 196 ◦ blue 120

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

Shades of Pine Glade #B9C478

Tints of Pine Glade #B9C478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.95%

R = 36.93%
G = 39.12%
B = 23.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#B9C478 (or 0xB9C478) is known color: Pine Glade. HEX triplet: B9, C4 and 78. RGB value is (185,196,120). Sum of RGB (Red+Green+Blue) = 185+196+120=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C478 is #463B87. Grayscale: #B8B8B8. Windows color (decimal): -4602760 or 7914681. OLE color: 7914681.

HSL color Cylindrical-coordinate representation of color #B9C478: hue angle of 68.68º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B9C478 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 196 120 -
CMYK 0.06 0 0.39 0.23
HSL 68.68º 0.39% 0.62% -
HSV(B) 68.68º 0.39% 0.77% -
XYZ 43.14 51.15 25.37 -
YUV 184.05 91.86 128.68 -
System Red Green Blue C M Y K H S L
Decimal 185 196 120 0.06 0 0.39 0.23 68.68 0.39 0.62
Hex B9 C4 78 6 0 27 17 45 27 3E
Octal 271 304 170 6 0 47 27 105 47 76
Binary 10111001 11000100 1111000 110 0 100111 10111 1000101 100111 111110

Color Harmonies of #B9C478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C478

Black with #B9C478

Text Example


Text Example

White with #B9C478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C478; }

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

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

background-color css

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

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

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

border-color css

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

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

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