Html Css Color HEX #BAF515 Inch Worm

📋 copy color: '#BAF515'

red 186 ◦ green 245 ◦ blue 21

#BAF515
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #BAF515

Tints of Inch Worm #BAF515

RGB

 RED value IS 186 (73.05% from 255) = 41.15%

 GREEN value IS 245 (96.09% from 255) = 54.2%

 BLUE value IS 21 (8.59% from 255) = 4.65%

R = 41.15%
G = 54.2%
B = 4.65%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#BAF515 (or 0xBAF515) is known color: Inch Worm. HEX triplet: BA, F5 and 15. RGB value is (186,245,21). Sum of RGB (Red+Green+Blue) = 186+245+21=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 245 (96.09% from 255 or 54.20% from 452); Blue value is 21 (8.59% from 255 or 4.65% from 452); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF515 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF515 is #450AEA. Grayscale: #CACACA. Windows color (decimal): -4524779 or 1439162. OLE color: 1439162.

HSL color Cylindrical-coordinate representation of color #BAF515: hue angle of 75.8º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BAF515 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 245 21 -
CMYK 0.24 0 0.91 0.04
HSL 75.8º 0.92% 0.52% -
HSV(B) 75.8º 0.91% 0.96% -
XYZ 53.04 75.8 12.54 -
YUV 201.82 25.95 116.71 -
System Red Green Blue C M Y K H S L
Decimal 186 245 21 0.24 0 0.91 0.04 75.8 0.92 0.52
Hex BA F5 15 18 0 5B 4 4C 5C 34
Octal 272 365 25 30 0 133 4 114 134 64
Binary 10111010 11110101 10101 11000 0 1011011 100 1001100 1011100 110100

Color Harmonies of #BAF515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF515

Black with #BAF515

Text Example


Text Example

White with #BAF515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF515; }

 p { color: rgb(186,245,21); }

 H1.HeaderClassName
 {
   color: #BAF515;
 }
 .AnyTagClassName
 {
   color: #BAF515;
 }
</style>

background-color css

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

 a { background-color: rgb(186,245,21); }

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

border-color css

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

 span { border-color: rgb(186,245,21); }

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