Html Css Color HEX #BCEB12 Inch Worm

📋 copy color: '#BCEB12'

red 188 ◦ green 235 ◦ blue 18

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

Shades of Inch Worm #BCEB12

Tints of Inch Worm #BCEB12

RGB

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

 GREEN value IS 235 (92.19% from 255) = 53.29%

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

R = 42.63%
G = 53.29%
B = 4.08%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#BCEB12 (or 0xBCEB12) is known color: Inch Worm. HEX triplet: BC, EB and 12. RGB value is (188,235,18). Sum of RGB (Red+Green+Blue) = 188+235+18=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 235 (92.19% from 255 or 53.29% from 441); Blue value is 18 (7.42% from 255 or 4.08% from 441); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCEB12 is #4314ED. Grayscale: #C5C5C5. Windows color (decimal): -4396270 or 1239996. OLE color: 1239996.

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

Color convert

RGB 188 235 18 -
CMYK 0.2 0 0.92 0.08
HSL 73º 0.86% 0.5% -
HSV(B) 73º 0.92% 0.92% -
XYZ 50.56 70.15 11.45 -
YUV 196.21 27.43 122.14 -
System Red Green Blue C M Y K H S L
Decimal 188 235 18 0.2 0 0.92 0.08 73 0.86 0.5
Hex BC EB 12 14 0 5C 8 49 56 32
Octal 274 353 22 24 0 134 10 111 126 62
Binary 10111100 11101011 10010 10100 0 1011100 1000 1001001 1010110 110010

Color Harmonies of #BCEB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEB12

Black with #BCEB12

Text Example


Text Example

White with #BCEB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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