Html Css Color HEX #BAE926 Inch Worm

📋 copy color: '#BAE926'

red 186 ◦ green 233 ◦ blue 38

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

Shades of Inch Worm #BAE926

Tints of Inch Worm #BAE926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.32%

R = 40.7%
G = 50.98%
B = 8.32%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#BAE926 (or 0xBAE926) is known color: Inch Worm. HEX triplet: BA, E9 and 26. RGB value is (186,233,38). Sum of RGB (Red+Green+Blue) = 186+233+38=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 233 (91.41% from 255 or 50.98% from 457); Blue value is 38 (15.23% from 255 or 8.32% from 457); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE926 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE926 is #4516D9. Grayscale: #C5C5C5. Windows color (decimal): -4527834 or 2550202. OLE color: 2550202.

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

Color convert

RGB 186 233 38 -
CMYK 0.20 0 0.84 0.09
HSL 74.46º 0.82% 0.53% -
HSV(B) 74.46º 0.84% 0.91% -
XYZ 49.74 68.86 12.5 -
YUV 196.72 38.43 120.36 -
System Red Green Blue C M Y K H S L
Decimal 186 233 38 0.20 0 0.84 0.09 74.46 0.82 0.53
Hex BA E9 26 14 0 54 9 4A 52 35
Octal 272 351 46 24 0 124 11 112 122 65
Binary 10111010 11101001 100110 10100 0 1010100 1001 1001010 1010010 110101

Color Harmonies of #BAE926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE926

Black with #BAE926

Text Example


Text Example

White with #BAE926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE926; }

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

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

background-color css

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

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

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

border-color css

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

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

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