Html Css Color HEX #BDEC17 Inch Worm

📋 copy color: '#BDEC17'

red 189 ◦ green 236 ◦ blue 23

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

Shades of Inch Worm #BDEC17

Tints of Inch Worm #BDEC17

RGB

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

 GREEN value IS 236 (92.58% from 255) = 52.68%

 BLUE value IS 23 (9.38% from 255) = 5.13%

R = 42.19%
G = 52.68%
B = 5.13%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#BDEC17 (or 0xBDEC17) is known color: Inch Worm. HEX triplet: BD, EC and 17. RGB value is (189,236,23). Sum of RGB (Red+Green+Blue) = 189+236+23=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 236 (92.58% from 255 or 52.68% from 448); Blue value is 23 (9.38% from 255 or 5.13% from 448); Max value from RGB is 236 - color contains mainly: green. Hex color #BDEC17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDEC17 is #4213E8. Grayscale: #C6C6C6. Windows color (decimal): -4330473 or 1567933. OLE color: 1567933.

HSL color Cylindrical-coordinate representation of color #BDEC17: hue angle of 73.24º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDEC17 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 236 23 -
CMYK 0.20 0 0.90 0.07
HSL 73.24º 0.85% 0.51% -
HSV(B) 73.24º 0.9% 0.93% -
XYZ 51.14 70.87 11.8 -
YUV 197.67 29.43 121.82 -
System Red Green Blue C M Y K H S L
Decimal 189 236 23 0.20 0 0.90 0.07 73.24 0.85 0.51
Hex BD EC 17 14 0 5A 7 49 55 33
Octal 275 354 27 24 0 132 7 111 125 63
Binary 10111101 11101100 10111 10100 0 1011010 111 1001001 1010101 110011

Color Harmonies of #BDEC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEC17

Black with #BDEC17

Text Example


Text Example

White with #BDEC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEC17; }

 p { color: rgb(189,236,23); }

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

background-color css

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

 a { background-color: rgb(189,236,23); }

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

border-color css

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

 span { border-color: rgb(189,236,23); }

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