Html Css Color HEX #B9C27F Pine Glade

📋 copy color: '#B9C27F'

red 185 ◦ green 194 ◦ blue 127

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

Shades of Pine Glade #B9C27F

Tints of Pine Glade #B9C27F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.34%

 BLUE value IS 127 (50% from 255) = 25.1%

R = 36.56%
G = 38.34%
B = 25.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#B9C27F (or 0xB9C27F) is known color: Pine Glade. HEX triplet: B9, C2 and 7F. RGB value is (185,194,127). Sum of RGB (Red+Green+Blue) = 185+194+127=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 127 (50% from 255 or 25.10% from 506); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C27F is #463D80. Grayscale: #B7B7B7. Windows color (decimal): -4603265 or 8372921. OLE color: 8372921.

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

Color convert

RGB 185 194 127 -
CMYK 0.05 0 0.35 0.24
HSL 68.06º 0.35% 0.63% -
HSV(B) 68.06º 0.35% 0.76% -
XYZ 43.13 50.43 27.54 -
YUV 183.67 96.02 128.95 -
System Red Green Blue C M Y K H S L
Decimal 185 194 127 0.05 0 0.35 0.24 68.06 0.35 0.63
Hex B9 C2 7F 5 0 23 18 44 23 3F
Octal 271 302 177 5 0 43 30 104 43 77
Binary 10111001 11000010 1111111 101 0 100011 11000 1000100 100011 111111

Color Harmonies of #B9C27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C27F

Black with #B9C27F

Text Example


Text Example

White with #B9C27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C27F; }

 p { color: rgb(185,194,127); }

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

background-color css

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

 a { background-color: rgb(185,194,127); }

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

border-color css

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

 span { border-color: rgb(185,194,127); }

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