Html Css Color HEX #BCEA19 Inch Worm

📋 copy color: '#BCEA19'

red 188 ◦ green 234 ◦ blue 25

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

Shades of Inch Worm #BCEA19

Tints of Inch Worm #BCEA19

RGB

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

 GREEN value IS 234 (91.8% from 255) = 52.35%

 BLUE value IS 25 (10.16% from 255) = 5.59%

R = 42.06%
G = 52.35%
B = 5.59%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#BCEA19 (or 0xBCEA19) is known color: Inch Worm. HEX triplet: BC, EA and 19. RGB value is (188,234,25). Sum of RGB (Red+Green+Blue) = 188+234+25=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 234 (91.80% from 255 or 52.35% from 447); Blue value is 25 (10.16% from 255 or 5.59% from 447); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCEA19 is #4315E6. Grayscale: #C5C5C5. Windows color (decimal): -4396519 or 1698492. OLE color: 1698492.

HSL color Cylindrical-coordinate representation of color #BCEA19: hue angle of 73.21º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCEA19 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 234 25 -
CMYK 0.20 0 0.89 0.08
HSL 73.21º 0.83% 0.51% -
HSV(B) 73.21º 0.89% 0.92% -
XYZ 50.34 69.61 11.7 -
YUV 196.42 31.26 121.99 -
System Red Green Blue C M Y K H S L
Decimal 188 234 25 0.20 0 0.89 0.08 73.21 0.83 0.51
Hex BC EA 19 14 0 59 8 49 53 33
Octal 274 352 31 24 0 131 10 111 123 63
Binary 10111100 11101010 11001 10100 0 1011001 1000 1001001 1010011 110011

Color Harmonies of #BCEA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEA19

Black with #BCEA19

Text Example


Text Example

White with #BCEA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEA19; }

 p { color: rgb(188,234,25); }

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

background-color css

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

 a { background-color: rgb(188,234,25); }

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

border-color css

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

 span { border-color: rgb(188,234,25); }

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