Html Css Color HEX #BAE71B Inch Worm

📋 copy color: '#BAE71B'

red 186 ◦ green 231 ◦ blue 27

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

Shades of Inch Worm #BAE71B

Tints of Inch Worm #BAE71B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.08%

R = 41.89%
G = 52.03%
B = 6.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#BAE71B (or 0xBAE71B) is known color: Inch Worm. HEX triplet: BA, E7 and 1B. RGB value is (186,231,27). Sum of RGB (Red+Green+Blue) = 186+231+27=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 231 (90.62% from 255 or 52.03% from 444); Blue value is 27 (10.94% from 255 or 6.08% from 444); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE71B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE71B is #4518E4. Grayscale: #C3C3C3. Windows color (decimal): -4528357 or 1828794. OLE color: 1828794.

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

Color convert

RGB 186 231 27 -
CMYK 0.19 0 0.88 0.09
HSL 73.24º 0.81% 0.51% -
HSV(B) 73.24º 0.88% 0.91% -
XYZ 49.02 67.67 11.51 -
YUV 194.29 33.59 122.09 -
System Red Green Blue C M Y K H S L
Decimal 186 231 27 0.19 0 0.88 0.09 73.24 0.81 0.51
Hex BA E7 1B 13 0 58 9 49 51 33
Octal 272 347 33 23 0 130 11 111 121 63
Binary 10111010 11100111 11011 10011 0 1011000 1001 1001001 1010001 110011

Color Harmonies of #BAE71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE71B

Black with #BAE71B

Text Example


Text Example

White with #BAE71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE71B; }

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

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

background-color css

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

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

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

border-color css

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

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

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