Html Css Color HEX #BCDE12 Inch Worm

📋 copy color: '#BCDE12'

red 188 ◦ green 222 ◦ blue 18

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

Shades of Inch Worm #BCDE12

Tints of Inch Worm #BCDE12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.21%

R = 43.93%
G = 51.87%
B = 4.21%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#BCDE12 (or 0xBCDE12) is known color: Inch Worm. HEX triplet: BC, DE and 12. RGB value is (188,222,18). Sum of RGB (Red+Green+Blue) = 188+222+18=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 222 (87.11% from 255 or 51.87% from 428); Blue value is 18 (7.42% from 255 or 4.21% from 428); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDE12 is #4321ED. Grayscale: #BDBDBD. Windows color (decimal): -4399598 or 1236668. OLE color: 1236668.

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

Color convert

RGB 188 222 18 -
CMYK 0.15 0 0.92 0.13
HSL 70º 0.85% 0.47% -
HSV(B) 70º 0.92% 0.87% -
XYZ 46.97 62.98 10.25 -
YUV 188.58 31.74 127.59 -
System Red Green Blue C M Y K H S L
Decimal 188 222 18 0.15 0 0.92 0.13 70 0.85 0.47
Hex BC DE 12 F 0 5C D 46 55 2F
Octal 274 336 22 17 0 134 15 106 125 57
Binary 10111100 11011110 10010 1111 0 1011100 1101 1000110 1010101 101111

Color Harmonies of #BCDE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDE12

Black with #BCDE12

Text Example


Text Example

White with #BCDE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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