Html Css Color HEX #BDE620 Inch Worm

📋 copy color: '#BDE620'

red 189 ◦ green 230 ◦ blue 32

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

Shades of Inch Worm #BDE620

Tints of Inch Worm #BDE620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.1%

R = 41.91%
G = 51%
B = 7.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#BDE620 (or 0xBDE620) is known color: Inch Worm. HEX triplet: BD, E6 and 20. RGB value is (189,230,32). Sum of RGB (Red+Green+Blue) = 189+230+32=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 230 (90.23% from 255 or 51.00% from 451); Blue value is 32 (12.89% from 255 or 7.10% from 451); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE620 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE620 is #4219DF. Grayscale: #C3C3C3. Windows color (decimal): -4332000 or 2156221. OLE color: 2156221.

HSL color Cylindrical-coordinate representation of color #BDE620: hue angle of 72.42º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDE620 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 230 32 -
CMYK 0.18 0 0.86 0.10
HSL 72.42º 0.8% 0.51% -
HSV(B) 72.42º 0.86% 0.9% -
XYZ 49.54 67.52 11.79 -
YUV 195.17 35.92 123.6 -
System Red Green Blue C M Y K H S L
Decimal 189 230 32 0.18 0 0.86 0.10 72.42 0.8 0.51
Hex BD E6 20 12 0 56 A 48 50 33
Octal 275 346 40 22 0 126 12 110 120 63
Binary 10111101 11100110 100000 10010 0 1010110 1010 1001000 1010000 110011

Color Harmonies of #BDE620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE620

Black with #BDE620

Text Example


Text Example

White with #BDE620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE620; }

 p { color: rgb(189,230,32); }

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

background-color css

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

 a { background-color: rgb(189,230,32); }

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

border-color css

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

 span { border-color: rgb(189,230,32); }

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