Html Css Color HEX #BCE902 Inch Worm

📋 copy color: '#BCE902'

red 188 ◦ green 233 ◦ blue 2

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

Shades of Inch Worm #BCE902

Tints of Inch Worm #BCE902

RGB

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

 GREEN value IS 233 (91.41% from 255) = 55.08%

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

R = 44.44%
G = 55.08%
B = 0.47%

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

#BCE902 (or 0xBCE902) is known color: Inch Worm. HEX triplet: BC, E9 and 02. RGB value is (188,233,2). Sum of RGB (Red+Green+Blue) = 188+233+2=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 233 (91.41% from 255 or 55.08% from 423); Blue value is 2 (1.17% from 255 or 0.47% from 423); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE902 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCE902 is #4316FD. Grayscale: #C2C2C2. Windows color (decimal): -4396798 or 190908. OLE color: 190908.

HSL color Cylindrical-coordinate representation of color #BCE902: hue angle of 71.69º 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 #BCE902 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 233 2 -
CMYK 0.19 0 0.99 0.09
HSL 71.69º 0.98% 0.46% -
HSV(B) 71.69º 0.99% 0.91% -
XYZ 49.89 68.97 10.74 -
YUV 193.21 20.09 124.28 -
System Red Green Blue C M Y K H S L
Decimal 188 233 2 0.19 0 0.99 0.09 71.69 0.98 0.46
Hex BC E9 2 13 0 63 9 48 62 2E
Octal 274 351 2 23 0 143 11 110 142 56
Binary 10111100 11101001 10 10011 0 1100011 1001 1001000 1100010 101110

Color Harmonies of #BCE902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE902

Black with #BCE902

Text Example


Text Example

White with #BCE902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE902; }

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

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

background-color css

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

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

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

border-color css

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

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

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