#BFCD7A

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

Shades of Pine Glade #BFCD7A

Tints of Pine Glade #BFCD7A

Color information

#BFCD7A (or 0xBFCD7A) is unknown color: approx Pine Glade. HEX triplet: BF, CD and 7A. RGB value is (191,205,122). Sum of RGB (Red+Green+Blue) = 191+205+122=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 122 (48.05% from 255 or 23.55% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD7A is #403285. Grayscale: #BFBFBF. Windows color (decimal): -4207238 or 8048063. OLE color: 8048063.

HSL color Cylindrical-coordinate representation of color #BFCD7A: hue angle of 70.12º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFCD7A is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB191205122-
CMYK0.0700.400.20
HSL70.12º45.36%64.12%-
HSV(B)70.12º40.49%80.39%-
XYZ46.8356.1426.78-
YUV191.3588.86127.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.87%
GREEN value IS 205 (80.47% from 255) = 39.58%
BLUE value IS 122 (48.05% from 255) = 23.55%
R=36.87%
G=39.58%
B=23.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912051220.0700.400.2070.1245.3664.12
HexBFCD7A702814462d40
Octal27731517270502410655100
Binary1011111111001101111101011101010001010010001101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCD7A; }

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

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

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

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

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

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

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

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