Html Css Color HEX #BCE506 Inch Worm

📋 copy color: '#BCE506'

red 188 ◦ green 229 ◦ blue 6

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

Shades of Inch Worm #BCE506

Tints of Inch Worm #BCE506

RGB

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

 GREEN value IS 229 (89.84% from 255) = 54.14%

 BLUE value IS 6 (2.73% from 255) = 1.42%

R = 44.44%
G = 54.14%
B = 1.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#BCE506 (or 0xBCE506) is known color: Inch Worm. HEX triplet: BC, E5 and 06. RGB value is (188,229,6). Sum of RGB (Red+Green+Blue) = 188+229+6=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 229 (89.84% from 255 or 54.14% from 423); Blue value is 6 (2.73% from 255 or 1.42% from 423); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE506 is #431AF9. Grayscale: #C0C0C0. Windows color (decimal): -4397818 or 452028. OLE color: 452028.

HSL color Cylindrical-coordinate representation of color #BCE506: hue angle of 71.03º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BCE506 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 229 6 -
CMYK 0.18 0 0.97 0.10
HSL 71.03º 0.95% 0.46% -
HSV(B) 71.03º 0.97% 0.9% -
XYZ 48.79 66.74 10.48 -
YUV 191.32 23.42 125.63 -
System Red Green Blue C M Y K H S L
Decimal 188 229 6 0.18 0 0.97 0.10 71.03 0.95 0.46
Hex BC E5 6 12 0 61 A 47 5F 2E
Octal 274 345 6 22 0 141 12 107 137 56
Binary 10111100 11100101 110 10010 0 1100001 1010 1000111 1011111 101110

Color Harmonies of #BCE506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE506

Black with #BCE506

Text Example


Text Example

White with #BCE506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE506; }

 p { color: rgb(188,229,6); }

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

background-color css

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

 a { background-color: rgb(188,229,6); }

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

border-color css

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

 span { border-color: rgb(188,229,6); }

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