Html Css Color HEX #B9C382 Pine Glade

📋 copy color: '#B9C382'

red 185 ◦ green 195 ◦ blue 130

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

Shades of Pine Glade #B9C382

Tints of Pine Glade #B9C382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.49%

R = 36.27%
G = 38.24%
B = 25.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#B9C382 (or 0xB9C382) is known color: Pine Glade. HEX triplet: B9, C3 and 82. RGB value is (185,195,130). Sum of RGB (Red+Green+Blue) = 185+195+130=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C382 is #463C7D. Grayscale: #B8B8B8. Windows color (decimal): -4603006 or 8569785. OLE color: 8569785.

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

Color convert

RGB 185 195 130 -
CMYK 0.05 0 0.33 0.24
HSL 69.23º 0.35% 0.64% -
HSV(B) 69.23º 0.33% 0.76% -
XYZ 43.55 50.96 28.66 -
YUV 184.6 97.19 128.29 -
System Red Green Blue C M Y K H S L
Decimal 185 195 130 0.05 0 0.33 0.24 69.23 0.35 0.64
Hex B9 C3 82 5 0 21 18 45 23 40
Octal 271 303 202 5 0 41 30 105 43 100
Binary 10111001 11000011 10000010 101 0 100001 11000 1000101 100011 1000000

Color Harmonies of #B9C382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C382

Black with #B9C382

Text Example


Text Example

White with #B9C382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C382; }

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

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

background-color css

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

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

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

border-color css

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

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

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