Html Css Color HEX #BCE720 Inch Worm

📋 copy color: '#BCE720'

red 188 ◦ green 231 ◦ blue 32

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

Shades of Inch Worm #BCE720

Tints of Inch Worm #BCE720

RGB

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

 GREEN value IS 231 (90.63% from 255) = 51.22%

 BLUE value IS 32 (12.89% from 255) = 7.1%

R = 41.69%
G = 51.22%
B = 7.1%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#BCE720 (or 0xBCE720) is known color: Inch Worm. HEX triplet: BC, E7 and 20. RGB value is (188,231,32). Sum of RGB (Red+Green+Blue) = 188+231+32=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 231 (90.62% from 255 or 51.22% from 451); Blue value is 32 (12.89% from 255 or 7.10% from 451); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE720 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE720 is #4318DF. Grayscale: #C4C4C4. Windows color (decimal): -4397280 or 2156476. OLE color: 2156476.

HSL color Cylindrical-coordinate representation of color #BCE720: hue angle of 72.96º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCE720 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 231 32 -
CMYK 0.19 0 0.86 0.09
HSL 72.96º 0.81% 0.52% -
HSV(B) 72.96º 0.86% 0.91% -
XYZ 49.58 67.95 11.87 -
YUV 195.46 35.75 122.68 -
System Red Green Blue C M Y K H S L
Decimal 188 231 32 0.19 0 0.86 0.09 72.96 0.81 0.52
Hex BC E7 20 13 0 56 9 49 51 34
Octal 274 347 40 23 0 126 11 111 121 64
Binary 10111100 11100111 100000 10011 0 1010110 1001 1001001 1010001 110100

Color Harmonies of #BCE720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE720

Black with #BCE720

Text Example


Text Example

White with #BCE720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE720; }

 p { color: rgb(188,231,32); }

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

background-color css

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

 a { background-color: rgb(188,231,32); }

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

border-color css

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

 span { border-color: rgb(188,231,32); }

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