Html Css Color HEX #BDE20D Inch Worm

📋 copy color: '#BDE20D'

red 189 ◦ green 226 ◦ blue 13

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

Shades of Inch Worm #BDE20D

Tints of Inch Worm #BDE20D

RGB

 RED value IS 189 (74.22% from 255) = 44.16%

 GREEN value IS 226 (88.67% from 255) = 52.8%

 BLUE value IS 13 (5.47% from 255) = 3.04%

R = 44.16%
G = 52.8%
B = 3.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#BDE20D (or 0xBDE20D) is known color: Inch Worm. HEX triplet: BD, E2 and 0D. RGB value is (189,226,13). Sum of RGB (Red+Green+Blue) = 189+226+13=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 226 (88.67% from 255 or 52.80% from 428); Blue value is 13 (5.47% from 255 or 3.04% from 428); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE20D is #421DF2. Grayscale: #BFBFBF. Windows color (decimal): -4333043 or 910013. OLE color: 910013.

HSL color Cylindrical-coordinate representation of color #BDE20D: hue angle of 70.42º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDE20D is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 226 13 -
CMYK 0.16 0 0.94 0.11
HSL 70.42º 0.89% 0.47% -
HSV(B) 70.42º 0.94% 0.89% -
XYZ 48.26 65.24 10.43 -
YUV 190.66 27.74 126.82 -
System Red Green Blue C M Y K H S L
Decimal 189 226 13 0.16 0 0.94 0.11 70.42 0.89 0.47
Hex BD E2 D 10 0 5E B 46 59 2F
Octal 275 342 15 20 0 136 13 106 131 57
Binary 10111101 11100010 1101 10000 0 1011110 1011 1000110 1011001 101111

Color Harmonies of #BDE20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE20D

Black with #BDE20D

Text Example


Text Example

White with #BDE20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE20D; }

 p { color: rgb(189,226,13); }

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

background-color css

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

 a { background-color: rgb(189,226,13); }

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

border-color css

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

 span { border-color: rgb(189,226,13); }

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