#BFCD74

Color #BFCD74 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BFCD74

Tints of Pine Glade #BFCD74

Color information

#BFCD74 (or 0xBFCD74) is unknown color: approx Pine Glade. HEX triplet: BF, CD and 74. RGB value is (191,205,116). Sum of RGB (Red+Green+Blue) = 191+205+116=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD74 is #40328B. Grayscale: #BFBFBF. Windows color (decimal): -4207244 or 7654847. OLE color: 7654847.

HSL color Cylindrical-coordinate representation of color #BFCD74: hue angle of 69.44º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFCD74 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB191205116-
CMYK0.0700.430.20
HSL69.44º47.09%62.94%-
HSV(B)69.44º43.41%80.39%-
XYZ46.475624.88-
YUV190.6785.86128.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 205 (80.47% from 255) = 40.04%
BLUE value IS 116 (45.70% from 255) = 22.66%
R=37.30%
G=40.04%
B=22.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912051160.0700.430.2069.4447.0962.94
HexBFCD74702B14452f3f
Octal2773151647053241055777
Binary101111111100110111101001110101011101001000101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCD74; }

 p { color: rgb(191,205,116); }

 H1.HeaderClassName
 {
   color: #BFCD74;
 }
 .AnyTagClassName
 {
   color: #BFCD74;
 }
</style>
background-color css

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

 a { background-color: rgb(191,205,116); }

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

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

 span { border-color: rgb(191,205,116); }

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