Html Css Color HEX #BDE520 Inch Worm

📋 copy color: '#BDE520'

red 189 ◦ green 229 ◦ blue 32

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

Shades of Inch Worm #BDE520

Tints of Inch Worm #BDE520

RGB

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

 GREEN value IS 229 (89.84% from 255) = 50.89%

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

R = 42%
G = 50.89%
B = 7.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#BDE520 (or 0xBDE520) is known color: Inch Worm. HEX triplet: BD, E5 and 20. RGB value is (189,229,32). Sum of RGB (Red+Green+Blue) = 189+229+32=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 229 (89.84% from 255 or 50.89% from 450); Blue value is 32 (12.89% from 255 or 7.11% from 450); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE520 is #421ADF. Grayscale: #C3C3C3. Windows color (decimal): -4332256 or 2155965. OLE color: 2155965.

HSL color Cylindrical-coordinate representation of color #BDE520: hue angle of 72.18º degrees, saturation: 0.79, 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 #BDE520 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 229 32 -
CMYK 0.17 0 0.86 0.10
HSL 72.18º 0.79% 0.51% -
HSV(B) 72.18º 0.86% 0.9% -
XYZ 49.27 66.96 11.69 -
YUV 194.58 36.25 124.02 -
System Red Green Blue C M Y K H S L
Decimal 189 229 32 0.17 0 0.86 0.10 72.18 0.79 0.51
Hex BD E5 20 11 0 56 A 48 4F 33
Octal 275 345 40 21 0 126 12 110 117 63
Binary 10111101 11100101 100000 10001 0 1010110 1010 1001000 1001111 110011

Color Harmonies of #BDE520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE520

Black with #BDE520

Text Example


Text Example

White with #BDE520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE520; }

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

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

background-color css

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

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

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

border-color css

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

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

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