Html Css Color HEX #BAE906 Inch Worm

📋 copy color: '#BAE906'

red 186 ◦ green 233 ◦ blue 6

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

Shades of Inch Worm #BAE906

Tints of Inch Worm #BAE906

RGB

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

 GREEN value IS 233 (91.41% from 255) = 54.82%

 BLUE value IS 6 (2.73% from 255) = 1.41%

R = 43.76%
G = 54.82%
B = 1.41%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#BAE906 (or 0xBAE906) is known color: Inch Worm. HEX triplet: BA, E9 and 06. RGB value is (186,233,6). Sum of RGB (Red+Green+Blue) = 186+233+6=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 233 (91.41% from 255 or 54.82% from 425); Blue value is 6 (2.73% from 255 or 1.41% from 425); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE906 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE906 is #4516F9. Grayscale: #C1C1C1. Windows color (decimal): -4527866 or 453050. OLE color: 453050.

HSL color Cylindrical-coordinate representation of color #BAE906: hue angle of 72.42º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BAE906 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 233 6 -
CMYK 0.20 0 0.97 0.09
HSL 72.42º 0.95% 0.47% -
HSV(B) 72.42º 0.97% 0.91% -
XYZ 49.42 68.73 10.83 -
YUV 193.07 22.43 122.96 -
System Red Green Blue C M Y K H S L
Decimal 186 233 6 0.20 0 0.97 0.09 72.42 0.95 0.47
Hex BA E9 6 14 0 61 9 48 5F 2F
Octal 272 351 6 24 0 141 11 110 137 57
Binary 10111010 11101001 110 10100 0 1100001 1001 1001000 1011111 101111

Color Harmonies of #BAE906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE906

Black with #BAE906

Text Example


Text Example

White with #BAE906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE906; }

 p { color: rgb(186,233,6); }

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

background-color css

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

 a { background-color: rgb(186,233,6); }

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

border-color css

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

 span { border-color: rgb(186,233,6); }

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