Html Css Color HEX #BDE321 Inch Worm

📋 copy color: '#BDE321'

red 189 ◦ green 227 ◦ blue 33

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

Shades of Inch Worm #BDE321

Tints of Inch Worm #BDE321

RGB

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

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

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

R = 42.09%
G = 50.56%
B = 7.35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#BDE321 (or 0xBDE321) is known color: Inch Worm. HEX triplet: BD, E3 and 21. RGB value is (189,227,33). Sum of RGB (Red+Green+Blue) = 189+227+33=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 227 (89.06% from 255 or 50.56% from 449); Blue value is 33 (13.28% from 255 or 7.35% from 449); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE321 is #421CDE. Grayscale: #C2C2C2. Windows color (decimal): -4332767 or 2220989. OLE color: 2220989.

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

Color convert

RGB 189 227 33 -
CMYK 0.17 0 0.85 0.11
HSL 71.75º 0.78% 0.51% -
HSV(B) 71.75º 0.85% 0.89% -
XYZ 48.73 65.87 11.58 -
YUV 193.52 37.41 124.77 -
System Red Green Blue C M Y K H S L
Decimal 189 227 33 0.17 0 0.85 0.11 71.75 0.78 0.51
Hex BD E3 21 11 0 55 B 48 4E 33
Octal 275 343 41 21 0 125 13 110 116 63
Binary 10111101 11100011 100001 10001 0 1010101 1011 1001000 1001110 110011

Color Harmonies of #BDE321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE321

Black with #BDE321

Text Example


Text Example

White with #BDE321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE321; }

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

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

background-color css

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

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

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

border-color css

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

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

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