Html Css Color HEX #BAE625 Inch Worm

📋 copy color: '#BAE625'

red 186 ◦ green 230 ◦ blue 37

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

Shades of Inch Worm #BAE625

Tints of Inch Worm #BAE625

RGB

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

 GREEN value IS 230 (90.23% from 255) = 50.77%

 BLUE value IS 37 (14.84% from 255) = 8.17%

R = 41.06%
G = 50.77%
B = 8.17%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#BAE625 (or 0xBAE625) is known color: Inch Worm. HEX triplet: BA, E6 and 25. RGB value is (186,230,37). Sum of RGB (Red+Green+Blue) = 186+230+37=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 230 (90.23% from 255 or 50.77% from 453); Blue value is 37 (14.84% from 255 or 8.17% from 453); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE625 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE625 is #4519DA. Grayscale: #C3C3C3. Windows color (decimal): -4528603 or 2483898. OLE color: 2483898.

HSL color Cylindrical-coordinate representation of color #BAE625: hue angle of 73.68º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BAE625 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 230 37 -
CMYK 0.19 0 0.84 0.10
HSL 73.68º 0.79% 0.52% -
HSV(B) 73.68º 0.84% 0.9% -
XYZ 48.88 67.17 12.14 -
YUV 194.84 38.92 121.69 -
System Red Green Blue C M Y K H S L
Decimal 186 230 37 0.19 0 0.84 0.10 73.68 0.79 0.52
Hex BA E6 25 13 0 54 A 4A 4F 34
Octal 272 346 45 23 0 124 12 112 117 64
Binary 10111010 11100110 100101 10011 0 1010100 1010 1001010 1001111 110100

Color Harmonies of #BAE625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE625

Black with #BAE625

Text Example


Text Example

White with #BAE625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE625; }

 p { color: rgb(186,230,37); }

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

background-color css

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

 a { background-color: rgb(186,230,37); }

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

border-color css

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

 span { border-color: rgb(186,230,37); }

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