#BFDA4C

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

Shades of Conifer #BFDA4C

Tints of Conifer #BFDA4C

Color information

#BFDA4C (or 0xBFDA4C) is unknown color: approx Conifer. HEX triplet: BF, DA and 4C. RGB value is (191,218,76). Sum of RGB (Red+Green+Blue) = 191+218+76=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 76 (30.08% from 255 or 15.67% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDA4C is #4025B3. Grayscale: #C2C2C2. Windows color (decimal): -4203956 or 5036735. OLE color: 5036735.

HSL color Cylindrical-coordinate representation of color #BFDA4C: hue angle of 71.41º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFDA4C is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB19121876-
CMYK0.1200.650.15
HSL71.41º65.74%57.65%-
HSV(B)71.41º65.14%85.49%-
XYZ47.8661.7416.23-
YUV193.7461.55126.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.38%
GREEN value IS 218 (85.55% from 255) = 44.95%
BLUE value IS 76 (30.08% from 255) = 15.67%
R=39.38%
G=44.95%
B=15.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal191218760.1200.650.1571.4165.7457.65
HexBFDA4CC041F47423a
Octal2773321141401011710710272
Binary10111111110110101001100110001000001111110001111000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDA4C; }

 p { color: rgb(191,218,76); }

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

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

 a { background-color: rgb(191,218,76); }

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

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

 span { border-color: rgb(191,218,76); }

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