#BFDD5C

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

Shades of Conifer #BFDD5C

Tints of Conifer #BFDD5C

Color information

#BFDD5C (or 0xBFDD5C) is unknown color: approx Conifer. HEX triplet: BF, DD and 5C. RGB value is (191,221,92). Sum of RGB (Red+Green+Blue) = 191+221+92=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 92 (36.33% from 255 or 18.25% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD5C is #4022A3. Grayscale: #C5C5C5. Windows color (decimal): -4203172 or 6086079. OLE color: 6086079.

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

Color convert

RGB19122192-
CMYK0.1400.580.13
HSL73.95º65.48%61.37%-
HSV(B)73.95º58.37%86.67%-
XYZ49.2763.5619.8-
YUV197.3268.56123.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.90%
GREEN value IS 221 (86.72% from 255) = 43.85%
BLUE value IS 92 (36.33% from 255) = 18.25%
R=37.90%
G=43.85%
B=18.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal191221920.1400.580.1373.9565.4861.37
HexBFDD5CE03AD4a413d
Octal277335134160721511210175
Binary1011111111011101101110011100111010110110010101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDD5C; }

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

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

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

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

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

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

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

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