Html Css Color HEX #BDE616 Inch Worm

📋 copy color: '#BDE616'

red 189 ◦ green 230 ◦ blue 22

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

Shades of Inch Worm #BDE616

Tints of Inch Worm #BDE616

RGB

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

 GREEN value IS 230 (90.23% from 255) = 52.15%

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

R = 42.86%
G = 52.15%
B = 4.99%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#BDE616 (or 0xBDE616) is known color: Inch Worm. HEX triplet: BD, E6 and 16. RGB value is (189,230,22). Sum of RGB (Red+Green+Blue) = 189+230+22=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 230 (90.23% from 255 or 52.15% from 441); Blue value is 22 (8.98% from 255 or 4.99% from 441); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE616 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDE616 is #4219E9. Grayscale: #C2C2C2. Windows color (decimal): -4332010 or 1500861. OLE color: 1500861.

HSL color Cylindrical-coordinate representation of color #BDE616: hue angle of 71.83º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDE616 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 230 22 -
CMYK 0.18 0 0.90 0.10
HSL 71.83º 0.83% 0.49% -
HSV(B) 71.83º 0.9% 0.9% -
XYZ 49.43 67.47 11.18 -
YUV 194.03 30.92 124.41 -
System Red Green Blue C M Y K H S L
Decimal 189 230 22 0.18 0 0.90 0.10 71.83 0.83 0.49
Hex BD E6 16 12 0 5A A 48 53 31
Octal 275 346 26 22 0 132 12 110 123 61
Binary 10111101 11100110 10110 10010 0 1011010 1010 1001000 1010011 110001

Color Harmonies of #BDE616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE616

Black with #BDE616

Text Example


Text Example

White with #BDE616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE616; }

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

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

background-color css

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

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

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

border-color css

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

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

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