Html Css Color HEX #BCE302 Inch Worm

📋 copy color: '#BCE302'

red 188 ◦ green 227 ◦ blue 2

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

Shades of Inch Worm #BCE302

Tints of Inch Worm #BCE302

RGB

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

 GREEN value IS 227 (89.06% from 255) = 54.44%

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

R = 45.08%
G = 54.44%
B = 0.48%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#BCE302 (or 0xBCE302) is known color: Inch Worm. HEX triplet: BC, E3 and 02. RGB value is (188,227,2). Sum of RGB (Red+Green+Blue) = 188+227+2=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 227 (89.06% from 255 or 54.44% from 417); Blue value is 2 (1.17% from 255 or 0.48% from 417); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE302 is #431CFD. Grayscale: #BEBEBE. Windows color (decimal): -4398334 or 189372. OLE color: 189372.

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

Color convert

RGB 188 227 2 -
CMYK 0.17 0 0.99 0.11
HSL 70.4º 0.98% 0.45% -
HSV(B) 70.4º 0.99% 0.89% -
XYZ 48.22 65.63 10.18 -
YUV 189.69 22.08 126.8 -
System Red Green Blue C M Y K H S L
Decimal 188 227 2 0.17 0 0.99 0.11 70.4 0.98 0.45
Hex BC E3 2 11 0 63 B 46 62 2D
Octal 274 343 2 21 0 143 13 106 142 55
Binary 10111100 11100011 10 10001 0 1100011 1011 1000110 1100010 101101

Color Harmonies of #BCE302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE302

Black with #BCE302

Text Example


Text Example

White with #BCE302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE302; }

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

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

background-color css

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

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

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

border-color css

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

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

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