Html Css Color HEX #B9C27D Pine Glade

📋 copy color: '#B9C27D'

red 185 ◦ green 194 ◦ blue 125

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

Shades of Pine Glade #B9C27D

Tints of Pine Glade #B9C27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.8%

R = 36.71%
G = 38.49%
B = 24.8%

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

#B9C27D (or 0xB9C27D) is known color: Pine Glade. HEX triplet: B9, C2 and 7D. RGB value is (185,194,125). Sum of RGB (Red+Green+Blue) = 185+194+125=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C27D is #463D82. Grayscale: #B7B7B7. Windows color (decimal): -4603267 or 8241849. OLE color: 8241849.

HSL color Cylindrical-coordinate representation of color #B9C27D: hue angle of 67.83º degrees, saturation: 0.36, 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 #B9C27D is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 194 125 -
CMYK 0.05 0 0.36 0.24
HSL 67.83º 0.36% 0.63% -
HSV(B) 67.83º 0.36% 0.76% -
XYZ 43 50.38 26.86 -
YUV 183.44 95.02 129.11 -
System Red Green Blue C M Y K H S L
Decimal 185 194 125 0.05 0 0.36 0.24 67.83 0.36 0.63
Hex B9 C2 7D 5 0 24 18 44 24 3F
Octal 271 302 175 5 0 44 30 104 44 77
Binary 10111001 11000010 1111101 101 0 100100 11000 1000100 100100 111111

Color Harmonies of #B9C27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C27D

Black with #B9C27D

Text Example


Text Example

White with #B9C27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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