Html Css Color HEX #BDE116 Inch Worm

📋 copy color: '#BDE116'

red 189 ◦ green 225 ◦ blue 22

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

Shades of Inch Worm #BDE116

Tints of Inch Worm #BDE116

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.61%

 BLUE value IS 22 (8.98% from 255) = 5.05%

R = 43.35%
G = 51.61%
B = 5.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#BDE116 (or 0xBDE116) is known color: Inch Worm. HEX triplet: BD, E1 and 16. RGB value is (189,225,22). Sum of RGB (Red+Green+Blue) = 189+225+22=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 225 (88.28% from 255 or 51.61% from 436); Blue value is 22 (8.98% from 255 or 5.05% from 436); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE116 is #421EE9. Grayscale: #BFBFBF. Windows color (decimal): -4333290 or 1499581. OLE color: 1499581.

HSL color Cylindrical-coordinate representation of color #BDE116: hue angle of 70.64º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDE116 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 225 22 -
CMYK 0.16 0 0.90 0.12
HSL 70.64º 0.82% 0.48% -
HSV(B) 70.64º 0.9% 0.88% -
XYZ 48.06 64.73 10.72 -
YUV 191.09 32.57 126.51 -
System Red Green Blue C M Y K H S L
Decimal 189 225 22 0.16 0 0.90 0.12 70.64 0.82 0.48
Hex BD E1 16 10 0 5A C 47 52 30
Octal 275 341 26 20 0 132 14 107 122 60
Binary 10111101 11100001 10110 10000 0 1011010 1100 1000111 1010010 110000

Color Harmonies of #BDE116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE116

Black with #BDE116

Text Example


Text Example

White with #BDE116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE116; }

 p { color: rgb(189,225,22); }

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

background-color css

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

 a { background-color: rgb(189,225,22); }

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

border-color css

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

 span { border-color: rgb(189,225,22); }

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