Html Css Color HEX #BDE521 Inch Worm

📋 copy color: '#BDE521'

red 189 ◦ green 229 ◦ blue 33

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

Shades of Inch Worm #BDE521

Tints of Inch Worm #BDE521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.32%

R = 41.91%
G = 50.78%
B = 7.32%

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

#BDE521 (or 0xBDE521) is known color: Inch Worm. HEX triplet: BD, E5 and 21. RGB value is (189,229,33). Sum of RGB (Red+Green+Blue) = 189+229+33=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 229 (89.84% from 255 or 50.78% from 451); Blue value is 33 (13.28% from 255 or 7.32% from 451); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE521 is #421ADE. Grayscale: #C3C3C3. Windows color (decimal): -4332255 or 2221501. OLE color: 2221501.

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

Color convert

RGB 189 229 33 -
CMYK 0.17 0 0.86 0.10
HSL 72.24º 0.79% 0.51% -
HSV(B) 72.24º 0.86% 0.9% -
XYZ 49.28 66.97 11.77 -
YUV 194.7 36.75 123.94 -
System Red Green Blue C M Y K H S L
Decimal 189 229 33 0.17 0 0.86 0.10 72.24 0.79 0.51
Hex BD E5 21 11 0 56 A 48 4F 33
Octal 275 345 41 21 0 126 12 110 117 63
Binary 10111101 11100101 100001 10001 0 1010110 1010 1001000 1001111 110011

Color Harmonies of #BDE521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE521

Black with #BDE521

Text Example


Text Example

White with #BDE521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE521; }

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

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

background-color css

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

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

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

border-color css

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

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

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