Html Css Color HEX #BAE31D Inch Worm

📋 copy color: '#BAE31D'

red 186 ◦ green 227 ◦ blue 29

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

Shades of Inch Worm #BAE31D

Tints of Inch Worm #BAE31D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 51.36%

 BLUE value IS 29 (11.72% from 255) = 6.56%

R = 42.08%
G = 51.36%
B = 6.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.87

 K value IS 0.11

RGB Variations

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

Color information

#BAE31D (or 0xBAE31D) is known color: Inch Worm. HEX triplet: BA, E3 and 1D. RGB value is (186,227,29). Sum of RGB (Red+Green+Blue) = 186+227+29=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 227 (89.06% from 255 or 51.36% from 442); Blue value is 29 (11.72% from 255 or 6.56% from 442); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE31D is #451CE2. Grayscale: #C0C0C0. Windows color (decimal): -4529379 or 1958842. OLE color: 1958842.

HSL color Cylindrical-coordinate representation of color #BAE31D: hue angle of 72.42º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BAE31D is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 227 29 -
CMYK 0.18 0 0.87 0.11
HSL 72.42º 0.78% 0.5% -
HSV(B) 72.42º 0.87% 0.89% -
XYZ 47.94 65.47 11.27 -
YUV 192.17 35.92 123.6 -
System Red Green Blue C M Y K H S L
Decimal 186 227 29 0.18 0 0.87 0.11 72.42 0.78 0.5
Hex BA E3 1D 12 0 57 B 48 4E 32
Octal 272 343 35 22 0 127 13 110 116 62
Binary 10111010 11100011 11101 10010 0 1010111 1011 1001000 1001110 110010

Color Harmonies of #BAE31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE31D

Black with #BAE31D

Text Example


Text Example

White with #BAE31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE31D; }

 p { color: rgb(186,227,29); }

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

background-color css

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

 a { background-color: rgb(186,227,29); }

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

border-color css

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

 span { border-color: rgb(186,227,29); }

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