Html Css Color HEX #B9C17D Pine Glade

📋 copy color: '#B9C17D'

red 185 ◦ green 193 ◦ blue 125

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

Shades of Pine Glade #B9C17D

Tints of Pine Glade #B9C17D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.37%

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

R = 36.78%
G = 38.37%
B = 24.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#B9C17D (or 0xB9C17D) is known color: Pine Glade. HEX triplet: B9, C1 and 7D. RGB value is (185,193,125). Sum of RGB (Red+Green+Blue) = 185+193+125=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C17D is #463E82. Grayscale: #B7B7B7. Windows color (decimal): -4603523 or 8241593. OLE color: 8241593.

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

Color convert

RGB 185 193 125 -
CMYK 0.04 0 0.35 0.24
HSL 67.06º 0.35% 0.62% -
HSV(B) 67.06º 0.35% 0.76% -
XYZ 42.78 49.93 26.79 -
YUV 182.86 95.35 129.53 -
System Red Green Blue C M Y K H S L
Decimal 185 193 125 0.04 0 0.35 0.24 67.06 0.35 0.62
Hex B9 C1 7D 4 0 23 18 43 23 3E
Octal 271 301 175 4 0 43 30 103 43 76
Binary 10111001 11000001 1111101 100 0 100011 11000 1000011 100011 111110

Color Harmonies of #B9C17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C17D

Black with #B9C17D

Text Example


Text Example

White with #B9C17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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