#BCF953

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

Shades of Conifer #BCF953

Tints of Conifer #BCF953

Color information

#BCF953 (or 0xBCF953) is unknown color: approx Conifer. HEX triplet: BC, F9 and 53. RGB value is (188,249,83). Sum of RGB (Red+Green+Blue) = 188+249+83=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 83 (32.81% from 255 or 15.96% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF953 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF953 is #4306AC. Grayscale: #D4D4D4. Windows color (decimal): -4392621 or 5503420. OLE color: 5503420.

HSL color Cylindrical-coordinate representation of color #BCF953: hue angle of 82.05º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCF953 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB18824983-
CMYK0.2400.670.02
HSL82.05º93.26%65.1%-
HSV(B)82.05º66.67%97.65%-
XYZ56.1879.0720.48-
YUV211.8455.29111-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.15%
GREEN value IS 249 (97.66% from 255) = 47.88%
BLUE value IS 83 (32.81% from 255) = 15.96%
R=36.15%
G=47.88%
B=15.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal188249830.2400.670.0282.0593.2665.1
HexBCF953180432525d41
Octal2743711233001032122135101
Binary10111100111110011010011110000100001110101001010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF953; }

 p { color: rgb(188,249,83); }

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

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

 a { background-color: rgb(188,249,83); }

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

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

 span { border-color: rgb(188,249,83); }

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