Html Css Color HEX #B9C37C Pine Glade

📋 copy color: '#B9C37C'

red 185 ◦ green 195 ◦ blue 124

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

Shades of Pine Glade #B9C37C

Tints of Pine Glade #B9C37C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.6%

R = 36.71%
G = 38.69%
B = 24.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#B9C37C (or 0xB9C37C) is known color: Pine Glade. HEX triplet: B9, C3 and 7C. RGB value is (185,195,124). Sum of RGB (Red+Green+Blue) = 185+195+124=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 124 (48.83% from 255 or 24.60% from 504); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C37C is #463C83. Grayscale: #B8B8B8. Windows color (decimal): -4603012 or 8176569. OLE color: 8176569.

HSL color Cylindrical-coordinate representation of color #B9C37C: hue angle of 68.45º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B9C37C is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 195 124 -
CMYK 0.05 0 0.36 0.24
HSL 68.45º 0.37% 0.63% -
HSV(B) 68.45º 0.36% 0.76% -
XYZ 43.16 50.8 26.6 -
YUV 183.92 94.19 128.77 -
System Red Green Blue C M Y K H S L
Decimal 185 195 124 0.05 0 0.36 0.24 68.45 0.37 0.63
Hex B9 C3 7C 5 0 24 18 44 25 3F
Octal 271 303 174 5 0 44 30 104 45 77
Binary 10111001 11000011 1111100 101 0 100100 11000 1000100 100101 111111

Color Harmonies of #B9C37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C37C

Black with #B9C37C

Text Example


Text Example

White with #B9C37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C37C; }

 p { color: rgb(185,195,124); }

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

background-color css

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

 a { background-color: rgb(185,195,124); }

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

border-color css

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

 span { border-color: rgb(185,195,124); }

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