Html Css Color HEX #BAF215 Inch Worm

📋 copy color: '#BAF215'

red 186 ◦ green 242 ◦ blue 21

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

Shades of Inch Worm #BAF215

Tints of Inch Worm #BAF215

RGB

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

 GREEN value IS 242 (94.92% from 255) = 53.9%

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

R = 41.43%
G = 53.9%
B = 4.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#BAF215 (or 0xBAF215) is known color: Inch Worm. HEX triplet: BA, F2 and 15. RGB value is (186,242,21). Sum of RGB (Red+Green+Blue) = 186+242+21=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 242 (94.92% from 255 or 53.90% from 449); Blue value is 21 (8.59% from 255 or 4.68% from 449); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF215 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF215 is #450DEA. Grayscale: #C8C8C8. Windows color (decimal): -4525547 or 1438394. OLE color: 1438394.

HSL color Cylindrical-coordinate representation of color #BAF215: hue angle of 75.2º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BAF215 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 242 21 -
CMYK 0.23 0 0.91 0.05
HSL 75.2º 0.89% 0.52% -
HSV(B) 75.2º 0.91% 0.95% -
XYZ 52.14 74 12.24 -
YUV 200.06 26.95 117.97 -
System Red Green Blue C M Y K H S L
Decimal 186 242 21 0.23 0 0.91 0.05 75.2 0.89 0.52
Hex BA F2 15 17 0 5B 5 4B 59 34
Octal 272 362 25 27 0 133 5 113 131 64
Binary 10111010 11110010 10101 10111 0 1011011 101 1001011 1011001 110100

Color Harmonies of #BAF215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF215

Black with #BAF215

Text Example


Text Example

White with #BAF215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF215; }

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

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

background-color css

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

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

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

border-color css

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

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

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