Html Css Color HEX #BCE606 Inch Worm

📋 copy color: '#BCE606'

red 188 ◦ green 230 ◦ blue 6

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

Shades of Inch Worm #BCE606

Tints of Inch Worm #BCE606

RGB

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

 GREEN value IS 230 (90.23% from 255) = 54.25%

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

R = 44.34%
G = 54.25%
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

#BCE606 (or 0xBCE606) is known color: Inch Worm. HEX triplet: BC, E6 and 06. RGB value is (188,230,6). Sum of RGB (Red+Green+Blue) = 188+230+6=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 230 (90.23% from 255 or 54.25% from 424); Blue value is 6 (2.73% from 255 or 1.42% from 424); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE606 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCE606 is #4319F9. Grayscale: #C0C0C0. Windows color (decimal): -4397562 or 452284. OLE color: 452284.

HSL color Cylindrical-coordinate representation of color #BCE606: hue angle of 71.25º 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 #BCE606 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 230 6 -
CMYK 0.18 0 0.97 0.10
HSL 71.25º 0.95% 0.46% -
HSV(B) 71.25º 0.97% 0.9% -
XYZ 49.07 67.3 10.58 -
YUV 191.91 23.09 125.21 -
System Red Green Blue C M Y K H S L
Decimal 188 230 6 0.18 0 0.97 0.10 71.25 0.95 0.46
Hex BC E6 6 12 0 61 A 47 5F 2E
Octal 274 346 6 22 0 141 12 107 137 56
Binary 10111100 11100110 110 10010 0 1100001 1010 1000111 1011111 101110

Color Harmonies of #BCE606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE606

Black with #BCE606

Text Example


Text Example

White with #BCE606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE606; }

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

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

background-color css

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

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

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

border-color css

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

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

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