Html Css Color HEX #BAF918 Inch Worm

📋 copy color: '#BAF918'

red 186 ◦ green 249 ◦ blue 24

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

Shades of Inch Worm #BAF918

Tints of Inch Worm #BAF918

RGB

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

 GREEN value IS 249 (97.66% from 255) = 54.25%

 BLUE value IS 24 (9.77% from 255) = 5.23%

R = 40.52%
G = 54.25%
B = 5.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#BAF918 (or 0xBAF918) is known color: Inch Worm. HEX triplet: BA, F9 and 18. RGB value is (186,249,24). Sum of RGB (Red+Green+Blue) = 186+249+24=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 249 (97.66% from 255 or 54.25% from 459); Blue value is 24 (9.77% from 255 or 5.23% from 459); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF918 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF918 is #4506E7. Grayscale: #CDCDCD. Windows color (decimal): -4523752 or 1636794. OLE color: 1636794.

HSL color Cylindrical-coordinate representation of color #BAF918: hue angle of 76.8º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAF918 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 249 24 -
CMYK 0.25 0 0.90 0.02
HSL 76.8º 0.95% 0.54% -
HSV(B) 76.8º 0.9% 0.98% -
XYZ 54.29 78.26 13.11 -
YUV 204.51 26.13 114.8 -
System Red Green Blue C M Y K H S L
Decimal 186 249 24 0.25 0 0.90 0.02 76.8 0.95 0.54
Hex BA F9 18 19 0 5A 2 4D 5F 36
Octal 272 371 30 31 0 132 2 115 137 66
Binary 10111010 11111001 11000 11001 0 1011010 10 1001101 1011111 110110

Color Harmonies of #BAF918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF918

Black with #BAF918

Text Example


Text Example

White with #BAF918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF918; }

 p { color: rgb(186,249,24); }

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

background-color css

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

 a { background-color: rgb(186,249,24); }

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

border-color css

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

 span { border-color: rgb(186,249,24); }

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