#BFD651

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

Shades of Conifer #BFD651

Tints of Conifer #BFD651

Color information

#BFD651 (or 0xBFD651) is unknown color: approx Conifer. HEX triplet: BF, D6 and 51. RGB value is (191,214,81). Sum of RGB (Red+Green+Blue) = 191+214+81=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 81 (32.03% from 255 or 16.67% from 486); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD651 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD651 is #4029AE. Grayscale: #C0C0C0. Windows color (decimal): -4204975 or 5363391. OLE color: 5363391.

HSL color Cylindrical-coordinate representation of color #BFD651: hue angle of 70.38º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFD651 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB19121481-
CMYK0.1100.620.16
HSL70.38º61.86%57.84%-
HSV(B)70.38º62.15%83.92%-
XYZ47.0259.7616.84-
YUV191.9665.38127.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.30%
GREEN value IS 214 (83.98% from 255) = 44.03%
BLUE value IS 81 (32.03% from 255) = 16.67%
R=39.30%
G=44.03%
B=16.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal191214810.1100.620.1670.3861.8657.84
HexBFD651B03E10463e3a
Octal27732612113076201067672
Binary1011111111010110101000110110111110100001000110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD651; }

 p { color: rgb(191,214,81); }

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

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

 a { background-color: rgb(191,214,81); }

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

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

 span { border-color: rgb(191,214,81); }

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