#BFDE5C

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

Shades of Conifer #BFDE5C

Tints of Conifer #BFDE5C

Color information

#BFDE5C (or 0xBFDE5C) is unknown color: approx Conifer. HEX triplet: BF, DE and 5C. RGB value is (191,222,92). Sum of RGB (Red+Green+Blue) = 191+222+92=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 92 (36.33% from 255 or 18.22% from 505); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDE5C is #4021A3. Grayscale: #C6C6C6. Windows color (decimal): -4202916 or 6086335. OLE color: 6086335.

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

Color convert

RGB19122292-
CMYK0.1400.590.13
HSL74.31º66.33%61.57%-
HSV(B)74.31º58.56%87.06%-
XYZ49.5464.0919.89-
YUV197.9168.23123.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.82%
GREEN value IS 222 (87.11% from 255) = 43.96%
BLUE value IS 92 (36.33% from 255) = 18.22%
R=37.82%
G=43.96%
B=18.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal191222920.1400.590.1374.3166.3361.57
HexBFDE5CE03BD4a423e
Octal277336134160731511210276
Binary1011111111011110101110011100111011110110010101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDE5C; }

 p { color: rgb(191,222,92); }

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

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

 a { background-color: rgb(191,222,92); }

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

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

 span { border-color: rgb(191,222,92); }

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