Html Css Color HEX #BBE012 Inch Worm

📋 copy color: '#BBE012'

red 187 ◦ green 224 ◦ blue 18

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

Shades of Inch Worm #BBE012

Tints of Inch Worm #BBE012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.2%

R = 43.59%
G = 52.21%
B = 4.2%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#BBE012 (or 0xBBE012) is known color: Inch Worm. HEX triplet: BB, E0 and 12. RGB value is (187,224,18). Sum of RGB (Red+Green+Blue) = 187+224+18=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 224 (87.89% from 255 or 52.21% from 429); Blue value is 18 (7.42% from 255 or 4.20% from 429); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBE012 is #441FED. Grayscale: #BEBEBE. Windows color (decimal): -4464622 or 1237179. OLE color: 1237179.

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

Color convert

RGB 187 224 18 -
CMYK 0.17 0 0.92 0.12
HSL 70.78º 0.85% 0.47% -
HSV(B) 70.78º 0.92% 0.88% -
XYZ 47.26 63.92 10.42 -
YUV 189.45 31.24 126.25 -
System Red Green Blue C M Y K H S L
Decimal 187 224 18 0.17 0 0.92 0.12 70.78 0.85 0.47
Hex BB E0 12 11 0 5C C 47 55 2F
Octal 273 340 22 21 0 134 14 107 125 57
Binary 10111011 11100000 10010 10001 0 1011100 1100 1000111 1010101 101111

Color Harmonies of #BBE012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE012

Black with #BBE012

Text Example


Text Example

White with #BBE012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE012; }

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

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

background-color css

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

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

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

border-color css

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

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

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