Html Css Color HEX #BAE712 Inch Worm

📋 copy color: '#BAE712'

red 186 ◦ green 231 ◦ blue 18

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

Shades of Inch Worm #BAE712

Tints of Inch Worm #BAE712

RGB

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

 GREEN value IS 231 (90.63% from 255) = 53.1%

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

R = 42.76%
G = 53.1%
B = 4.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#BAE712 (or 0xBAE712) is known color: Inch Worm. HEX triplet: BA, E7 and 12. RGB value is (186,231,18). Sum of RGB (Red+Green+Blue) = 186+231+18=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 231 (90.62% from 255 or 53.10% from 435); Blue value is 18 (7.42% from 255 or 4.14% from 435); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE712 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE712 is #4518ED. Grayscale: #C2C2C2. Windows color (decimal): -4528366 or 1238970. OLE color: 1238970.

HSL color Cylindrical-coordinate representation of color #BAE712: hue angle of 72.68º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BAE712 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 231 18 -
CMYK 0.19 0 0.92 0.09
HSL 72.68º 0.86% 0.49% -
HSV(B) 72.68º 0.92% 0.91% -
XYZ 48.93 67.63 11.05 -
YUV 193.26 29.09 122.82 -
System Red Green Blue C M Y K H S L
Decimal 186 231 18 0.19 0 0.92 0.09 72.68 0.86 0.49
Hex BA E7 12 13 0 5C 9 49 56 31
Octal 272 347 22 23 0 134 11 111 126 61
Binary 10111010 11100111 10010 10011 0 1011100 1001 1001001 1010110 110001

Color Harmonies of #BAE712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE712

Black with #BAE712

Text Example


Text Example

White with #BAE712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE712; }

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

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

background-color css

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

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

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

border-color css

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

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

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