Html Css Color HEX #BAF319 Inch Worm

📋 copy color: '#BAF319'

red 186 ◦ green 243 ◦ blue 25

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

Shades of Inch Worm #BAF319

Tints of Inch Worm #BAF319

RGB

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

 GREEN value IS 243 (95.31% from 255) = 53.52%

 BLUE value IS 25 (10.16% from 255) = 5.51%

R = 40.97%
G = 53.52%
B = 5.51%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#BAF319 (or 0xBAF319) is known color: Inch Worm. HEX triplet: BA, F3 and 19. RGB value is (186,243,25). Sum of RGB (Red+Green+Blue) = 186+243+25=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 243 (95.31% from 255 or 53.52% from 454); Blue value is 25 (10.16% from 255 or 5.51% from 454); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF319 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF319 is #450CE6. Grayscale: #C9C9C9. Windows color (decimal): -4525287 or 1700794. OLE color: 1700794.

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

Color convert

RGB 186 243 25 -
CMYK 0.23 0 0.90 0.05
HSL 75.69º 0.9% 0.53% -
HSV(B) 75.69º 0.9% 0.95% -
XYZ 52.48 74.61 12.56 -
YUV 201.11 28.62 117.23 -
System Red Green Blue C M Y K H S L
Decimal 186 243 25 0.23 0 0.90 0.05 75.69 0.9 0.53
Hex BA F3 19 17 0 5A 5 4C 5A 35
Octal 272 363 31 27 0 132 5 114 132 65
Binary 10111010 11110011 11001 10111 0 1011010 101 1001100 1011010 110101

Color Harmonies of #BAF319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF319

Black with #BAF319

Text Example


Text Example

White with #BAF319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF319; }

 p { color: rgb(186,243,25); }

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

background-color css

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

 a { background-color: rgb(186,243,25); }

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

border-color css

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

 span { border-color: rgb(186,243,25); }

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