Html Css Color HEX #BAED1D Inch Worm

📋 copy color: '#BAED1D'

red 186 ◦ green 237 ◦ blue 29

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

Shades of Inch Worm #BAED1D

Tints of Inch Worm #BAED1D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 52.43%

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

R = 41.15%
G = 52.43%
B = 6.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#BAED1D (or 0xBAED1D) is known color: Inch Worm. HEX triplet: BA, ED and 1D. RGB value is (186,237,29). Sum of RGB (Red+Green+Blue) = 186+237+29=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 237 (92.97% from 255 or 52.43% from 452); Blue value is 29 (11.72% from 255 or 6.42% from 452); Max value from RGB is 237 - color contains mainly: green. Hex color #BAED1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAED1D is #4512E2. Grayscale: #C6C6C6. Windows color (decimal): -4526819 or 1961402. OLE color: 1961402.

HSL color Cylindrical-coordinate representation of color #BAED1D: hue angle of 74.71º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAED1D is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 237 29 -
CMYK 0.22 0 0.88 0.07
HSL 74.71º 0.85% 0.52% -
HSV(B) 74.71º 0.88% 0.93% -
XYZ 50.76 71.1 12.21 -
YUV 198.04 32.6 119.41 -
System Red Green Blue C M Y K H S L
Decimal 186 237 29 0.22 0 0.88 0.07 74.71 0.85 0.52
Hex BA ED 1D 16 0 58 7 4B 55 34
Octal 272 355 35 26 0 130 7 113 125 64
Binary 10111010 11101101 11101 10110 0 1011000 111 1001011 1010101 110100

Color Harmonies of #BAED1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAED1D

Black with #BAED1D

Text Example


Text Example

White with #BAED1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAED1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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