Html Css Color HEX #BCE702 Inch Worm

📋 copy color: '#BCE702'

red 188 ◦ green 231 ◦ blue 2

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

Shades of Inch Worm #BCE702

Tints of Inch Worm #BCE702

RGB

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

 GREEN value IS 231 (90.63% from 255) = 54.87%

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

R = 44.66%
G = 54.87%
B = 0.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#BCE702 (or 0xBCE702) is known color: Inch Worm. HEX triplet: BC, E7 and 02. RGB value is (188,231,2). Sum of RGB (Red+Green+Blue) = 188+231+2=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 231 (90.62% from 255 or 54.87% from 421); Blue value is 2 (1.17% from 255 or 0.48% from 421); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE702 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCE702 is #4318FD. Grayscale: #C0C0C0. Windows color (decimal): -4397310 or 190396. OLE color: 190396.

HSL color Cylindrical-coordinate representation of color #BCE702: hue angle of 71.27º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCE702 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 231 2 -
CMYK 0.19 0 0.99 0.09
HSL 71.27º 0.98% 0.46% -
HSV(B) 71.27º 0.99% 0.91% -
XYZ 49.33 67.85 10.55 -
YUV 192.04 20.75 125.12 -
System Red Green Blue C M Y K H S L
Decimal 188 231 2 0.19 0 0.99 0.09 71.27 0.98 0.46
Hex BC E7 2 13 0 63 9 47 62 2E
Octal 274 347 2 23 0 143 11 107 142 56
Binary 10111100 11100111 10 10011 0 1100011 1001 1000111 1100010 101110

Color Harmonies of #BCE702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE702

Black with #BCE702

Text Example


Text Example

White with #BCE702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE702; }

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

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

background-color css

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

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

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

border-color css

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

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

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