Html Css Color HEX #BCE504 Inch Worm

📋 copy color: '#BCE504'

red 188 ◦ green 229 ◦ blue 4

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

Shades of Inch Worm #BCE504

Tints of Inch Worm #BCE504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.95%

R = 44.66%
G = 54.39%
B = 0.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#BCE504 (or 0xBCE504) is known color: Inch Worm. HEX triplet: BC, E5 and 04. RGB value is (188,229,4). Sum of RGB (Red+Green+Blue) = 188+229+4=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 229 (89.84% from 255 or 54.39% from 421); Blue value is 4 (1.95% from 255 or 0.95% from 421); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE504 is #431AFB. Grayscale: #BFBFBF. Windows color (decimal): -4397820 or 320956. OLE color: 320956.

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

Color convert

RGB 188 229 4 -
CMYK 0.18 0 0.98 0.10
HSL 70.93º 0.97% 0.46% -
HSV(B) 70.93º 0.98% 0.9% -
XYZ 48.78 66.74 10.43 -
YUV 191.09 22.42 125.8 -
System Red Green Blue C M Y K H S L
Decimal 188 229 4 0.18 0 0.98 0.10 70.93 0.97 0.46
Hex BC E5 4 12 0 62 A 47 61 2E
Octal 274 345 4 22 0 142 12 107 141 56
Binary 10111100 11100101 100 10010 0 1100010 1010 1000111 1100001 101110

Color Harmonies of #BCE504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE504

Black with #BCE504

Text Example


Text Example

White with #BCE504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE504; }

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

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

background-color css

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

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

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

border-color css

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

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

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