Html Css Color HEX #BAF912 Inch Worm

📋 copy color: '#BAF912'

red 186 ◦ green 249 ◦ blue 18

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

Shades of Inch Worm #BAF912

Tints of Inch Worm #BAF912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.97%

R = 41.06%
G = 54.97%
B = 3.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#BAF912 (or 0xBAF912) is known color: Inch Worm. HEX triplet: BA, F9 and 12. RGB value is (186,249,18). Sum of RGB (Red+Green+Blue) = 186+249+18=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 249 (97.66% from 255 or 54.97% from 453); Blue value is 18 (7.42% from 255 or 3.97% from 453); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF912 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF912 is #4506ED. Grayscale: #CCCCCC. Windows color (decimal): -4523758 or 1243578. OLE color: 1243578.

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

Color convert

RGB 186 249 18 -
CMYK 0.25 0 0.93 0.02
HSL 76.36º 0.95% 0.52% -
HSV(B) 76.36º 0.93% 0.98% -
XYZ 54.23 78.23 12.81 -
YUV 203.83 23.13 115.28 -
System Red Green Blue C M Y K H S L
Decimal 186 249 18 0.25 0 0.93 0.02 76.36 0.95 0.52
Hex BA F9 12 19 0 5D 2 4C 5F 34
Octal 272 371 22 31 0 135 2 114 137 64
Binary 10111010 11111001 10010 11001 0 1011101 10 1001100 1011111 110100

Color Harmonies of #BAF912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF912

Black with #BAF912

Text Example


Text Example

White with #BAF912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF912; }

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

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

background-color css

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

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

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

border-color css

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

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

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