Html Css Color HEX #BAF617 Inch Worm

📋 copy color: '#BAF617'

red 186 ◦ green 246 ◦ blue 23

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

Shades of Inch Worm #BAF617

Tints of Inch Worm #BAF617

RGB

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

 GREEN value IS 246 (96.48% from 255) = 54.07%

 BLUE value IS 23 (9.38% from 255) = 5.05%

R = 40.88%
G = 54.07%
B = 5.05%

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

#BAF617 (or 0xBAF617) is known color: Inch Worm. HEX triplet: BA, F6 and 17. RGB value is (186,246,23). Sum of RGB (Red+Green+Blue) = 186+246+23=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 246 (96.48% from 255 or 54.07% from 455); Blue value is 23 (9.38% from 255 or 5.05% from 455); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF617 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF617 is #4509E8. Grayscale: #CBCBCB. Windows color (decimal): -4524521 or 1570490. OLE color: 1570490.

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

Color convert

RGB 186 246 23 -
CMYK 0.24 0 0.91 0.04
HSL 76.14º 0.93% 0.53% -
HSV(B) 76.14º 0.91% 0.96% -
XYZ 53.36 76.41 12.75 -
YUV 202.64 26.62 116.13 -
System Red Green Blue C M Y K H S L
Decimal 186 246 23 0.24 0 0.91 0.04 76.14 0.93 0.53
Hex BA F6 17 18 0 5B 4 4C 5D 35
Octal 272 366 27 30 0 133 4 114 135 65
Binary 10111010 11110110 10111 11000 0 1011011 100 1001100 1011101 110101

Color Harmonies of #BAF617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF617

Black with #BAF617

Text Example


Text Example

White with #BAF617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF617; }

 p { color: rgb(186,246,23); }

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

background-color css

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

 a { background-color: rgb(186,246,23); }

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

border-color css

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

 span { border-color: rgb(186,246,23); }

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