Html Css Color HEX #B9C07E Pine Glade

📋 copy color: '#B9C07E'

red 185 ◦ green 192 ◦ blue 126

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

Shades of Pine Glade #B9C07E

Tints of Pine Glade #B9C07E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.17%

 BLUE value IS 126 (49.61% from 255) = 25.05%

R = 36.78%
G = 38.17%
B = 25.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#B9C07E (or 0xB9C07E) is known color: Pine Glade. HEX triplet: B9, C0 and 7E. RGB value is (185,192,126). Sum of RGB (Red+Green+Blue) = 185+192+126=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C07E is #463F81. Grayscale: #B6B6B6. Windows color (decimal): -4603778 or 8306873. OLE color: 8306873.

HSL color Cylindrical-coordinate representation of color #B9C07E: hue angle of 66.36º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9C07E is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 192 126 -
CMYK 0.04 0 0.34 0.25
HSL 66.36º 0.34% 0.62% -
HSV(B) 66.36º 0.34% 0.75% -
XYZ 42.62 49.52 27.05 -
YUV 182.38 96.18 129.87 -
System Red Green Blue C M Y K H S L
Decimal 185 192 126 0.04 0 0.34 0.25 66.36 0.34 0.62
Hex B9 C0 7E 4 0 22 19 42 22 3E
Octal 271 300 176 4 0 42 31 102 42 76
Binary 10111001 11000000 1111110 100 0 100010 11001 1000010 100010 111110

Color Harmonies of #B9C07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C07E

Black with #B9C07E

Text Example


Text Example

White with #B9C07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C07E; }

 p { color: rgb(185,192,126); }

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

background-color css

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

 a { background-color: rgb(185,192,126); }

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

border-color css

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

 span { border-color: rgb(185,192,126); }

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