Html Css Color HEX #B9C375 Pine Glade

📋 copy color: '#B9C375'

red 185 ◦ green 195 ◦ blue 117

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

Shades of Pine Glade #B9C375

Tints of Pine Glade #B9C375

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.24%

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

R = 37.22%
G = 39.24%
B = 23.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#B9C375 (or 0xB9C375) is known color: Pine Glade. HEX triplet: B9, C3 and 75. RGB value is (185,195,117). Sum of RGB (Red+Green+Blue) = 185+195+117=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C375 is #463C8A. Grayscale: #B7B7B7. Windows color (decimal): -4603019 or 7717817. OLE color: 7717817.

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

Color convert

RGB 185 195 117 -
CMYK 0.05 0 0.4 0.24
HSL 67.69º 0.39% 0.61% -
HSV(B) 67.69º 0.4% 0.76% -
XYZ 42.73 50.63 24.35 -
YUV 183.12 90.69 129.34 -
System Red Green Blue C M Y K H S L
Decimal 185 195 117 0.05 0 0.4 0.24 67.69 0.39 0.61
Hex B9 C3 75 5 0 28 18 44 27 3D
Octal 271 303 165 5 0 50 30 104 47 75
Binary 10111001 11000011 1110101 101 0 101000 11000 1000100 100111 111101

Color Harmonies of #B9C375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C375

Black with #B9C375

Text Example


Text Example

White with #B9C375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C375; }

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

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

background-color css

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

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

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

border-color css

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

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

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