Html Css Color HEX #BBE020 Inch Worm

📋 copy color: '#BBE020'

red 187 ◦ green 224 ◦ blue 32

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

Shades of Inch Worm #BBE020

Tints of Inch Worm #BBE020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.22%

R = 42.21%
G = 50.56%
B = 7.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#BBE020 (or 0xBBE020) is known color: Inch Worm. HEX triplet: BB, E0 and 20. RGB value is (187,224,32). Sum of RGB (Red+Green+Blue) = 187+224+32=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 224 (87.89% from 255 or 50.56% from 443); Blue value is 32 (12.89% from 255 or 7.22% from 443); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE020 is #441FDF. Grayscale: #BFBFBF. Windows color (decimal): -4464608 or 2154683. OLE color: 2154683.

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

Color convert

RGB 187 224 32 -
CMYK 0.17 0 0.86 0.12
HSL 71.56º 0.76% 0.5% -
HSV(B) 71.56º 0.86% 0.88% -
XYZ 47.41 63.98 11.22 -
YUV 191.05 38.24 125.11 -
System Red Green Blue C M Y K H S L
Decimal 187 224 32 0.17 0 0.86 0.12 71.56 0.76 0.5
Hex BB E0 20 11 0 56 C 48 4C 32
Octal 273 340 40 21 0 126 14 110 114 62
Binary 10111011 11100000 100000 10001 0 1010110 1100 1001000 1001100 110010

Color Harmonies of #BBE020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE020

Black with #BBE020

Text Example


Text Example

White with #BBE020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE020; }

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

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

background-color css

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

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

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

border-color css

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

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

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