Html Css Color HEX #BBE010 Inch Worm

📋 copy color: '#BBE010'

red 187 ◦ green 224 ◦ blue 16

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

Shades of Inch Worm #BBE010

Tints of Inch Worm #BBE010

RGB

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

 GREEN value IS 224 (87.89% from 255) = 52.46%

 BLUE value IS 16 (6.64% from 255) = 3.75%

R = 43.79%
G = 52.46%
B = 3.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#BBE010 (or 0xBBE010) is known color: Inch Worm. HEX triplet: BB, E0 and 10. RGB value is (187,224,16). Sum of RGB (Red+Green+Blue) = 187+224+16=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 224 (87.89% from 255 or 52.46% from 427); Blue value is 16 (6.64% from 255 or 3.75% from 427); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBE010 is #441FEF. Grayscale: #BEBEBE. Windows color (decimal): -4464624 or 1106107. OLE color: 1106107.

HSL color Cylindrical-coordinate representation of color #BBE010: hue angle of 70.67º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBE010 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 224 16 -
CMYK 0.17 0 0.93 0.12
HSL 70.67º 0.87% 0.47% -
HSV(B) 70.67º 0.93% 0.88% -
XYZ 47.24 63.91 10.34 -
YUV 189.23 30.24 126.41 -
System Red Green Blue C M Y K H S L
Decimal 187 224 16 0.17 0 0.93 0.12 70.67 0.87 0.47
Hex BB E0 10 11 0 5D C 47 57 2F
Octal 273 340 20 21 0 135 14 107 127 57
Binary 10111011 11100000 10000 10001 0 1011101 1100 1000111 1010111 101111

Color Harmonies of #BBE010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE010

Black with #BBE010

Text Example


Text Example

White with #BBE010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE010; }

 p { color: rgb(187,224,16); }

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

background-color css

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

 a { background-color: rgb(187,224,16); }

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

border-color css

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

 span { border-color: rgb(187,224,16); }

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