Html Css Color HEX #BCED12 Inch Worm

📋 copy color: '#BCED12'

red 188 ◦ green 237 ◦ blue 18

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

Shades of Inch Worm #BCED12

Tints of Inch Worm #BCED12

RGB

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

 GREEN value IS 237 (92.97% from 255) = 53.5%

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

R = 42.44%
G = 53.5%
B = 4.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#BCED12 (or 0xBCED12) is known color: Inch Worm. HEX triplet: BC, ED and 12. RGB value is (188,237,18). Sum of RGB (Red+Green+Blue) = 188+237+18=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 237 (92.97% from 255 or 53.50% from 443); Blue value is 18 (7.42% from 255 or 4.06% from 443); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCED12 is #4312ED. Grayscale: #C6C6C6. Windows color (decimal): -4395758 or 1240508. OLE color: 1240508.

HSL color Cylindrical-coordinate representation of color #BCED12: hue angle of 73.42º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCED12 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 237 18 -
CMYK 0.21 0 0.92 0.07
HSL 73.42º 0.86% 0.5% -
HSV(B) 73.42º 0.92% 0.93% -
XYZ 51.13 71.3 11.64 -
YUV 197.38 26.77 121.31 -
System Red Green Blue C M Y K H S L
Decimal 188 237 18 0.21 0 0.92 0.07 73.42 0.86 0.5
Hex BC ED 12 15 0 5C 7 49 56 32
Octal 274 355 22 25 0 134 7 111 126 62
Binary 10111100 11101101 10010 10101 0 1011100 111 1001001 1010110 110010

Color Harmonies of #BCED12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCED12

Black with #BCED12

Text Example


Text Example

White with #BCED12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCED12; }

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

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

background-color css

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

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

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

border-color css

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

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

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