Html Css Color HEX #B9C081 Pine Glade

📋 copy color: '#B9C081'

red 185 ◦ green 192 ◦ blue 129

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

Shades of Pine Glade #B9C081

Tints of Pine Glade #B9C081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.49%

R = 36.56%
G = 37.94%
B = 25.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#B9C081 (or 0xB9C081) is known color: Pine Glade. HEX triplet: B9, C0 and 81. RGB value is (185,192,129). Sum of RGB (Red+Green+Blue) = 185+192+129=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 129 (50.78% from 255 or 25.49% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C081 is #463F7E. Grayscale: #B6B6B6. Windows color (decimal): -4603775 or 8503481. OLE color: 8503481.

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

Color convert

RGB 185 192 129 -
CMYK 0.04 0 0.33 0.25
HSL 66.67º 0.33% 0.63% -
HSV(B) 66.67º 0.33% 0.75% -
XYZ 42.82 49.6 28.09 -
YUV 182.73 97.68 129.62 -
System Red Green Blue C M Y K H S L
Decimal 185 192 129 0.04 0 0.33 0.25 66.67 0.33 0.63
Hex B9 C0 81 4 0 21 19 43 21 3F
Octal 271 300 201 4 0 41 31 103 41 77
Binary 10111001 11000000 10000001 100 0 100001 11001 1000011 100001 111111

Color Harmonies of #B9C081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C081

Black with #B9C081

Text Example


Text Example

White with #B9C081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C081; }

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

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

background-color css

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

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

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

border-color css

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

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

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