#BFDD48

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

Shades of Conifer #BFDD48

Tints of Conifer #BFDD48

Color information

#BFDD48 (or 0xBFDD48) is unknown color: approx Conifer. HEX triplet: BF, DD and 48. RGB value is (191,221,72). Sum of RGB (Red+Green+Blue) = 191+221+72=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 72 (28.52% from 255 or 14.88% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDD48 is #4022B7. Grayscale: #C3C3C3. Windows color (decimal): -4203192 or 4775359. OLE color: 4775359.

HSL color Cylindrical-coordinate representation of color #BFDD48: hue angle of 72.08º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFDD48 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB19122172-
CMYK0.1400.670.13
HSL72.08º68.66%57.45%-
HSV(B)72.08º67.42%86.67%-
XYZ48.5163.2615.78-
YUV195.0458.56125.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.46%
GREEN value IS 221 (86.72% from 255) = 45.66%
BLUE value IS 72 (28.52% from 255) = 14.88%
R=39.46%
G=45.66%
B=14.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal191221720.1400.670.1372.0868.6657.45
HexBFDD48E043D484539
Octal2773351101601031511010571
Binary10111111110111011001000111001000011110110010001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDD48; }

 p { color: rgb(191,221,72); }

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

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

 a { background-color: rgb(191,221,72); }

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

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

 span { border-color: rgb(191,221,72); }

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