#BCF062

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

Shades of Conifer #BCF062

Tints of Conifer #BCF062

Color information

#BCF062 (or 0xBCF062) is unknown color: approx Conifer. HEX triplet: BC, F0 and 62. RGB value is (188,240,98). Sum of RGB (Red+Green+Blue) = 188+240+98=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 240 (94.14% from 255 or 45.63% from 526); Blue value is 98 (38.67% from 255 or 18.63% from 526); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF062 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF062 is #430F9D. Grayscale: #D0D0D0. Windows color (decimal): -4394910 or 6484156. OLE color: 6484156.

HSL color Cylindrical-coordinate representation of color #BCF062: hue angle of 81.97º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCF062 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB18824098-
CMYK0.2200.590.06
HSL81.97º82.56%66.27%-
HSV(B)81.97º59.17%94.12%-
XYZ54.173.8922.97-
YUV208.2665.77113.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 240 (94.14% from 255) = 45.63%
BLUE value IS 98 (38.67% from 255) = 18.63%
R=35.74%
G=45.63%
B=18.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal188240980.2200.590.0681.9782.5666.27
HexBCF0621603B6525342
Octal274360142260736122123102
Binary10111100111100001100010101100111011110101001010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF062; }

 p { color: rgb(188,240,98); }

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

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

 a { background-color: rgb(188,240,98); }

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

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

 span { border-color: rgb(188,240,98); }

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