Html Css Color HEX #B9C175 Pine Glade

📋 copy color: '#B9C175'

red 185 ◦ green 193 ◦ blue 117

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

Shades of Pine Glade #B9C175

Tints of Pine Glade #B9C175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.64%

R = 37.37%
G = 38.99%
B = 23.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#B9C175 (or 0xB9C175) is known color: Pine Glade. HEX triplet: B9, C1 and 75. RGB value is (185,193,117). Sum of RGB (Red+Green+Blue) = 185+193+117=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C175 is #463E8A. Grayscale: #B6B6B6. Windows color (decimal): -4603531 or 7717305. OLE color: 7717305.

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

Color convert

RGB 185 193 117 -
CMYK 0.04 0 0.39 0.24
HSL 66.32º 0.38% 0.61% -
HSV(B) 66.32º 0.39% 0.76% -
XYZ 42.29 49.74 24.2 -
YUV 181.94 91.35 130.18 -
System Red Green Blue C M Y K H S L
Decimal 185 193 117 0.04 0 0.39 0.24 66.32 0.38 0.61
Hex B9 C1 75 4 0 27 18 42 26 3D
Octal 271 301 165 4 0 47 30 102 46 75
Binary 10111001 11000001 1110101 100 0 100111 11000 1000010 100110 111101

Color Harmonies of #B9C175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C175

Black with #B9C175

Text Example


Text Example

White with #B9C175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C175; }

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

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

background-color css

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

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

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

border-color css

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

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

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