Html Css Color HEX #BCE60B Inch Worm

📋 copy color: '#BCE60B'

red 188 ◦ green 230 ◦ blue 11

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

Shades of Inch Worm #BCE60B

Tints of Inch Worm #BCE60B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.56%

R = 43.82%
G = 53.61%
B = 2.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#BCE60B (or 0xBCE60B) is known color: Inch Worm. HEX triplet: BC, E6 and 0B. RGB value is (188,230,11). Sum of RGB (Red+Green+Blue) = 188+230+11=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 230 (90.23% from 255 or 53.61% from 429); Blue value is 11 (4.69% from 255 or 2.56% from 429); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE60B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCE60B is #4319F4. Grayscale: #C1C1C1. Windows color (decimal): -4397557 or 779964. OLE color: 779964.

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

Color convert

RGB 188 230 11 -
CMYK 0.18 0 0.95 0.10
HSL 71.51º 0.91% 0.47% -
HSV(B) 71.51º 0.95% 0.9% -
XYZ 49.1 67.31 10.72 -
YUV 192.48 25.59 124.81 -
System Red Green Blue C M Y K H S L
Decimal 188 230 11 0.18 0 0.95 0.10 71.51 0.91 0.47
Hex BC E6 B 12 0 5F A 48 5B 2F
Octal 274 346 13 22 0 137 12 110 133 57
Binary 10111100 11100110 1011 10010 0 1011111 1010 1001000 1011011 101111

Color Harmonies of #BCE60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE60B

Black with #BCE60B

Text Example


Text Example

White with #BCE60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE60B; }

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

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

background-color css

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

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

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

border-color css

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

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

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