Html Css Color HEX #BDE320 Inch Worm

📋 copy color: '#BDE320'

red 189 ◦ green 227 ◦ blue 32

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

Shades of Inch Worm #BDE320

Tints of Inch Worm #BDE320

RGB

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

 GREEN value IS 227 (89.06% from 255) = 50.67%

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

R = 42.19%
G = 50.67%
B = 7.14%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#BDE320 (or 0xBDE320) is known color: Inch Worm. HEX triplet: BD, E3 and 20. RGB value is (189,227,32). Sum of RGB (Red+Green+Blue) = 189+227+32=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 227 (89.06% from 255 or 50.67% from 448); Blue value is 32 (12.89% from 255 or 7.14% from 448); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE320 is #421CDF. Grayscale: #C2C2C2. Windows color (decimal): -4332768 or 2155453. OLE color: 2155453.

HSL color Cylindrical-coordinate representation of color #BDE320: hue angle of 71.69º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDE320 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 227 32 -
CMYK 0.17 0 0.86 0.11
HSL 71.69º 0.78% 0.51% -
HSV(B) 71.69º 0.86% 0.89% -
XYZ 48.72 65.86 11.51 -
YUV 193.41 36.91 124.86 -
System Red Green Blue C M Y K H S L
Decimal 189 227 32 0.17 0 0.86 0.11 71.69 0.78 0.51
Hex BD E3 20 11 0 56 B 48 4E 33
Octal 275 343 40 21 0 126 13 110 116 63
Binary 10111101 11100011 100000 10001 0 1010110 1011 1001000 1001110 110011

Color Harmonies of #BDE320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE320

Black with #BDE320

Text Example


Text Example

White with #BDE320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE320; }

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

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

background-color css

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

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

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

border-color css

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

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

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