#BCCF2D

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

Shades of Fuego #BCCF2D

Tints of Fuego #BCCF2D

Color information

#BCCF2D (or 0xBCCF2D) is unknown color: approx Fuego. HEX triplet: BC, CF and 2D. RGB value is (188,207,45). Sum of RGB (Red+Green+Blue) = 188+207+45=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 45 (17.97% from 255 or 10.23% from 440); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCF2D is #4330D2. Grayscale: #B7B7B7. Windows color (decimal): -4403411 or 3002300. OLE color: 3002300.

HSL color Cylindrical-coordinate representation of color #BCCF2D: hue angle of 67.04º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCCF2D is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB18820745-
CMYK0.0900.780.19
HSL67.04º64.29%49.41%-
HSV(B)67.04º78.26%81.18%-
XYZ43.5355.5110.9-
YUV182.8550.21131.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.73%
GREEN value IS 207 (81.25% from 255) = 47.05%
BLUE value IS 45 (17.97% from 255) = 10.23%
R=42.73%
G=47.05%
B=10.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal188207450.0900.780.1967.0464.2949.41
HexBCCF2D904E13434031
Octal274317551101162310310061
Binary10111100110011111011011001010011101001110000111000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCF2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCF2D; }

 p { color: rgb(188,207,45); }

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

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

 a { background-color: rgb(188,207,45); }

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

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

 span { border-color: rgb(188,207,45); }

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