Html Css Color HEX #BBEA00 Inch Worm

📋 copy color: '#BBEA00'

red 187 ◦ green 234 ◦ blue 0

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

Shades of Inch Worm #BBEA00

Tints of Inch Worm #BBEA00

RGB

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

 GREEN value IS 234 (91.8% from 255) = 55.58%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.42%
G = 55.58%
B = 0%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#BBEA00 (or 0xBBEA00) is known color: Inch Worm. HEX triplet: BB, EA and 00. RGB value is (187,234,0). Sum of RGB (Red+Green+Blue) = 187+234+0=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 234 (91.80% from 255 or 55.58% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEA00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBEA00 is #4415FF. Grayscale: #C2C2C2. Windows color (decimal): -4462080 or 60091. OLE color: 60091.

HSL color Cylindrical-coordinate representation of color #BBEA00: hue angle of 72.05º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBEA00 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 234 0 -
CMYK 0.20 0 1 0.08
HSL 72.05º 1% 0.46% -
HSV(B) 72.05º 1% 0.92% -
XYZ 49.92 69.41 10.77 -
YUV 193.27 18.93 123.53 -
System Red Green Blue C M Y K H S L
Decimal 187 234 0 0.20 0 1 0.08 72.05 1 0.46
Hex BB EA 0 14 0 64 8 48 64 2E
Octal 273 352 0 24 0 144 10 110 144 56
Binary 10111011 11101010 0 10100 0 1100100 1000 1001000 1100100 101110

Color Harmonies of #BBEA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEA00

Black with #BBEA00

Text Example


Text Example

White with #BBEA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEA00; }

 p { color: rgb(187,234,0); }

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

background-color css

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

 a { background-color: rgb(187,234,0); }

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

border-color css

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

 span { border-color: rgb(187,234,0); }

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