Html Css Color HEX #BCE102 Inch Worm

📋 copy color: '#BCE102'

red 188 ◦ green 225 ◦ blue 2

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

Shades of Inch Worm #BCE102

Tints of Inch Worm #BCE102

RGB

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

 GREEN value IS 225 (88.28% from 255) = 54.22%

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 45.3%
G = 54.22%
B = 0.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#BCE102 (or 0xBCE102) is known color: Inch Worm. HEX triplet: BC, E1 and 02. RGB value is (188,225,2). Sum of RGB (Red+Green+Blue) = 188+225+2=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 225 (88.28% from 255 or 54.22% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE102 is #431EFD. Grayscale: #BDBDBD. Windows color (decimal): -4398846 or 188860. OLE color: 188860.

HSL color Cylindrical-coordinate representation of color #BCE102: hue angle of 69.96º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCE102 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 225 2 -
CMYK 0.16 0 0.99 0.12
HSL 69.96º 0.98% 0.45% -
HSV(B) 69.96º 0.99% 0.88% -
XYZ 47.68 64.55 10 -
YUV 188.52 22.74 127.63 -
System Red Green Blue C M Y K H S L
Decimal 188 225 2 0.16 0 0.99 0.12 69.96 0.98 0.45
Hex BC E1 2 10 0 63 C 46 62 2D
Octal 274 341 2 20 0 143 14 106 142 55
Binary 10111100 11100001 10 10000 0 1100011 1100 1000110 1100010 101101

Color Harmonies of #BCE102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE102

Black with #BCE102

Text Example


Text Example

White with #BCE102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE102; }

 p { color: rgb(188,225,2); }

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

background-color css

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

 a { background-color: rgb(188,225,2); }

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

border-color css

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

 span { border-color: rgb(188,225,2); }

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