Html Css Color HEX #B9C67F Pine Glade

📋 copy color: '#B9C67F'

red 185 ◦ green 198 ◦ blue 127

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

Shades of Pine Glade #B9C67F

Tints of Pine Glade #B9C67F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.82%

 BLUE value IS 127 (50% from 255) = 24.9%

R = 36.27%
G = 38.82%
B = 24.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#B9C67F (or 0xB9C67F) is known color: Pine Glade. HEX triplet: B9, C6 and 7F. RGB value is (185,198,127). Sum of RGB (Red+Green+Blue) = 185+198+127=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 198 (77.73% from 255 or 38.82% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C67F is #463980. Grayscale: #BABABA. Windows color (decimal): -4602241 or 8373945. OLE color: 8373945.

HSL color Cylindrical-coordinate representation of color #B9C67F: hue angle of 70.99º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B9C67F is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 198 127 -
CMYK 0.07 0 0.36 0.22
HSL 70.99º 0.38% 0.64% -
HSV(B) 70.99º 0.36% 0.78% -
XYZ 44.03 52.23 27.84 -
YUV 186.02 94.69 127.27 -
System Red Green Blue C M Y K H S L
Decimal 185 198 127 0.07 0 0.36 0.22 70.99 0.38 0.64
Hex B9 C6 7F 7 0 24 16 47 26 40
Octal 271 306 177 7 0 44 26 107 46 100
Binary 10111001 11000110 1111111 111 0 100100 10110 1000111 100110 1000000

Color Harmonies of #B9C67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C67F

Black with #B9C67F

Text Example


Text Example

White with #B9C67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C67F; }

 p { color: rgb(185,198,127); }

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

background-color css

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

 a { background-color: rgb(185,198,127); }

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

border-color css

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

 span { border-color: rgb(185,198,127); }

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