Html Css Color HEX #BCDE17 Inch Worm

📋 copy color: '#BCDE17'

red 188 ◦ green 222 ◦ blue 23

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

Shades of Inch Worm #BCDE17

Tints of Inch Worm #BCDE17

RGB

 RED value IS 188 (73.83% from 255) = 43.42%

 GREEN value IS 222 (87.11% from 255) = 51.27%

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

R = 43.42%
G = 51.27%
B = 5.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#BCDE17 (or 0xBCDE17) is known color: Inch Worm. HEX triplet: BC, DE and 17. RGB value is (188,222,23). Sum of RGB (Red+Green+Blue) = 188+222+23=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 222 (87.11% from 255 or 51.27% from 433); Blue value is 23 (9.38% from 255 or 5.31% from 433); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDE17 is #4321E8. Grayscale: #BDBDBD. Windows color (decimal): -4399593 or 1564348. OLE color: 1564348.

HSL color Cylindrical-coordinate representation of color #BCDE17: hue angle of 70.25º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCDE17 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 222 23 -
CMYK 0.15 0 0.90 0.13
HSL 70.25º 0.81% 0.48% -
HSV(B) 70.25º 0.9% 0.87% -
XYZ 47.01 63 10.49 -
YUV 189.15 34.24 127.18 -
System Red Green Blue C M Y K H S L
Decimal 188 222 23 0.15 0 0.90 0.13 70.25 0.81 0.48
Hex BC DE 17 F 0 5A D 46 51 30
Octal 274 336 27 17 0 132 15 106 121 60
Binary 10111100 11011110 10111 1111 0 1011010 1101 1000110 1010001 110000

Color Harmonies of #BCDE17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDE17

Black with #BCDE17

Text Example


Text Example

White with #BCDE17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDE17; }

 p { color: rgb(188,222,23); }

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

background-color css

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

 a { background-color: rgb(188,222,23); }

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

border-color css

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

 span { border-color: rgb(188,222,23); }

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