Html Css Color HEX #BBEA12 Inch Worm

📋 copy color: '#BBEA12'

red 187 ◦ green 234 ◦ blue 18

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

Shades of Inch Worm #BBEA12

Tints of Inch Worm #BBEA12

RGB

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

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

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

R = 42.6%
G = 53.3%
B = 4.1%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#BBEA12 (or 0xBBEA12) is known color: Inch Worm. HEX triplet: BB, EA and 12. RGB value is (187,234,18). Sum of RGB (Red+Green+Blue) = 187+234+18=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 234 (91.80% from 255 or 53.30% from 439); Blue value is 18 (7.42% from 255 or 4.10% from 439); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEA12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBEA12 is #4415ED. Grayscale: #C4C4C4. Windows color (decimal): -4462062 or 1239739. OLE color: 1239739.

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

Color convert

RGB 187 234 18 -
CMYK 0.20 0 0.92 0.08
HSL 73.06º 0.86% 0.49% -
HSV(B) 73.06º 0.92% 0.92% -
XYZ 50.03 69.45 11.34 -
YUV 195.32 27.93 122.06 -
System Red Green Blue C M Y K H S L
Decimal 187 234 18 0.20 0 0.92 0.08 73.06 0.86 0.49
Hex BB EA 12 14 0 5C 8 49 56 31
Octal 273 352 22 24 0 134 10 111 126 61
Binary 10111011 11101010 10010 10100 0 1011100 1000 1001001 1010110 110001

Color Harmonies of #BBEA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEA12

Black with #BBEA12

Text Example


Text Example

White with #BBEA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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