Html Css Color HEX #BCE40B Inch Worm

📋 copy color: '#BCE40B'

red 188 ◦ green 228 ◦ blue 11

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

Shades of Inch Worm #BCE40B

Tints of Inch Worm #BCE40B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 53.4%

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

R = 44.03%
G = 53.4%
B = 2.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#BCE40B (or 0xBCE40B) is known color: Inch Worm. HEX triplet: BC, E4 and 0B. RGB value is (188,228,11). Sum of RGB (Red+Green+Blue) = 188+228+11=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 228 (89.45% from 255 or 53.40% from 427); Blue value is 11 (4.69% from 255 or 2.58% from 427); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE40B is #431BF4. Grayscale: #C0C0C0. Windows color (decimal): -4398069 or 779452. OLE color: 779452.

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

Color convert

RGB 188 228 11 -
CMYK 0.18 0 0.95 0.11
HSL 71.06º 0.91% 0.47% -
HSV(B) 71.06º 0.95% 0.89% -
XYZ 48.54 66.2 10.54 -
YUV 191.3 26.25 125.64 -
System Red Green Blue C M Y K H S L
Decimal 188 228 11 0.18 0 0.95 0.11 71.06 0.91 0.47
Hex BC E4 B 12 0 5F B 47 5B 2F
Octal 274 344 13 22 0 137 13 107 133 57
Binary 10111100 11100100 1011 10010 0 1011111 1011 1000111 1011011 101111

Color Harmonies of #BCE40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE40B

Black with #BCE40B

Text Example


Text Example

White with #BCE40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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