Html Css Color HEX #BCDD13 Inch Worm

📋 copy color: '#BCDD13'

red 188 ◦ green 221 ◦ blue 19

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

Shades of Inch Worm #BCDD13

Tints of Inch Worm #BCDD13

RGB

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

 GREEN value IS 221 (86.72% from 255) = 51.64%

 BLUE value IS 19 (7.81% from 255) = 4.44%

R = 43.93%
G = 51.64%
B = 4.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#BCDD13 (or 0xBCDD13) is known color: Inch Worm. HEX triplet: BC, DD and 13. RGB value is (188,221,19). Sum of RGB (Red+Green+Blue) = 188+221+19=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 221 (86.72% from 255 or 51.64% from 428); Blue value is 19 (7.81% from 255 or 4.44% from 428); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDD13 is #4322EC. Grayscale: #BCBCBC. Windows color (decimal): -4399853 or 1301948. OLE color: 1301948.

HSL color Cylindrical-coordinate representation of color #BCDD13: hue angle of 69.8º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCDD13 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 221 19 -
CMYK 0.15 0 0.91 0.13
HSL 69.8º 0.84% 0.47% -
HSV(B) 69.8º 0.91% 0.87% -
XYZ 46.71 62.45 10.21 -
YUV 188.11 32.57 127.93 -
System Red Green Blue C M Y K H S L
Decimal 188 221 19 0.15 0 0.91 0.13 69.8 0.84 0.47
Hex BC DD 13 F 0 5B D 46 54 2F
Octal 274 335 23 17 0 133 15 106 124 57
Binary 10111100 11011101 10011 1111 0 1011011 1101 1000110 1010100 101111

Color Harmonies of #BCDD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDD13

Black with #BCDD13

Text Example


Text Example

White with #BCDD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDD13; }

 p { color: rgb(188,221,19); }

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

background-color css

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

 a { background-color: rgb(188,221,19); }

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

border-color css

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

 span { border-color: rgb(188,221,19); }

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