#BFDF59

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

Shades of Conifer #BFDF59

Tints of Conifer #BFDF59

Color information

#BFDF59 (or 0xBFDF59) is unknown color: approx Conifer. HEX triplet: BF, DF and 59. RGB value is (191,223,89). Sum of RGB (Red+Green+Blue) = 191+223+89=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 89 (35.16% from 255 or 17.69% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDF59 is #4020A6. Grayscale: #C6C6C6. Windows color (decimal): -4202663 or 5889983. OLE color: 5889983.

HSL color Cylindrical-coordinate representation of color #BFDF59: hue angle of 74.33º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFDF59 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB19122389-
CMYK0.1400.600.13
HSL74.33º67.68%61.18%-
HSV(B)74.33º60.09%87.45%-
XYZ49.6864.5719.3-
YUV198.1666.4122.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.97%
GREEN value IS 223 (87.5% from 255) = 44.33%
BLUE value IS 89 (35.16% from 255) = 17.69%
R=37.97%
G=44.33%
B=17.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal191223890.1400.600.1374.3367.6861.18
HexBFDF59E03CD4a443d
Octal277337131160741511210475
Binary1011111111011111101100111100111100110110010101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDF59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDF59; }

 p { color: rgb(191,223,89); }

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

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

 a { background-color: rgb(191,223,89); }

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

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

 span { border-color: rgb(191,223,89); }

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