#BAF814

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

Shades of Inch Worm #BAF814

Tints of Inch Worm #BAF814

Color information

#BAF814 (or 0xBAF814) is unknown color: approx Inch Worm. HEX triplet: BA, F8 and 14. RGB value is (186,248,20). Sum of RGB (Red+Green+Blue) = 186+248+20=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 248 (97.27% from 255 or 54.63% from 454); Blue value is 20 (8.20% from 255 or 4.41% from 454); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF814 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF814 is #4507EB. Grayscale: #CCCCCC. Windows color (decimal): -4524012 or 1374394. OLE color: 1374394.

HSL color Cylindrical-coordinate representation of color #BAF814: hue angle of 76.32º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BAF814 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB18624820-
CMYK0.2500.920.03
HSL76.32º94.21%52.55%-
HSV(B)76.32º91.94%97.25%-
XYZ53.9477.6212.8-
YUV203.4724.46115.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 248 (97.27% from 255) = 54.63%
BLUE value IS 20 (8.20% from 255) = 4.41%
R=40.97%
G=54.63%
B=4.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal186248200.2500.920.0376.3294.2152.55
HexBAF8141905C34c5e35
Octal27237024310134311413665
Binary10111010111110001010011001010111001110011001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF814; }

 p { color: rgb(186,248,20); }

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

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

 a { background-color: rgb(186,248,20); }

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

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

 span { border-color: rgb(186,248,20); }

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