#BFE068

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

Shades of Conifer #BFE068

Tints of Conifer #BFE068

Color information

#BFE068 (or 0xBFE068) is unknown color: approx Conifer. HEX triplet: BF, E0 and 68. RGB value is (191,224,104). Sum of RGB (Red+Green+Blue) = 191+224+104=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 104 (41.02% from 255 or 20.04% from 519); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE068 is #401F97. Grayscale: #C8C8C8. Windows color (decimal): -4202392 or 6873279. OLE color: 6873279.

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

Color convert

RGB191224104-
CMYK0.1500.540.12
HSL76.5º65.93%64.31%-
HSV(B)76.5º53.57%87.84%-
XYZ50.6465.3923.05-
YUV200.4573.57121.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.80%
GREEN value IS 224 (87.89% from 255) = 43.16%
BLUE value IS 104 (41.02% from 255) = 20.04%
R=36.80%
G=43.16%
B=20.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912241040.1500.540.1276.565.9364.31
HexBFE068F036C4c4240
Octal2773401501706614114102100
Binary10111111111000001101000111101101101100100110010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE068; }

 p { color: rgb(191,224,104); }

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

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

 a { background-color: rgb(191,224,104); }

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

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

 span { border-color: rgb(191,224,104); }

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