Html Css Color HEX #BBEC01 Inch Worm

📋 copy color: '#BBEC01'

red 187 ◦ green 236 ◦ blue 1

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

Shades of Inch Worm #BBEC01

Tints of Inch Worm #BBEC01

RGB

 RED value IS 187 (73.44% from 255) = 44.1%

 GREEN value IS 236 (92.58% from 255) = 55.66%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 44.1%
G = 55.66%
B = 0.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#BBEC01 (or 0xBBEC01) is known color: Inch Worm. HEX triplet: BB, EC and 01. RGB value is (187,236,1). Sum of RGB (Red+Green+Blue) = 187+236+1=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 236 (92.58% from 255 or 55.66% from 424); Blue value is 1 (0.78% from 255 or 0.24% from 424); Max value from RGB is 236 - color contains mainly: green. Hex color #BBEC01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBEC01 is #4413FE. Grayscale: #C3C3C3. Windows color (decimal): -4461567 or 126139. OLE color: 126139.

HSL color Cylindrical-coordinate representation of color #BBEC01: hue angle of 72.51º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBEC01 is Cyan = 0.21, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 236 1 -
CMYK 0.21 0 1.00 0.07
HSL 72.51º 0.99% 0.46% -
HSV(B) 72.51º 1% 0.93% -
XYZ 50.49 70.56 10.99 -
YUV 194.56 18.77 122.61 -
System Red Green Blue C M Y K H S L
Decimal 187 236 1 0.21 0 1.00 0.07 72.51 0.99 0.46
Hex BB EC 1 15 0 64 7 49 63 2E
Octal 273 354 1 25 0 144 7 111 143 56
Binary 10111011 11101100 1 10101 0 1100100 111 1001001 1100011 101110

Color Harmonies of #BBEC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEC01

Black with #BBEC01

Text Example


Text Example

White with #BBEC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEC01; }

 p { color: rgb(187,236,1); }

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

background-color css

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

 a { background-color: rgb(187,236,1); }

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

border-color css

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

 span { border-color: rgb(187,236,1); }

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