Html Css Color HEX #BBE316 Inch Worm

📋 copy color: '#BBE316'

red 187 ◦ green 227 ◦ blue 22

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

Shades of Inch Worm #BBE316

Tints of Inch Worm #BBE316

RGB

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

 GREEN value IS 227 (89.06% from 255) = 52.06%

 BLUE value IS 22 (8.98% from 255) = 5.05%

R = 42.89%
G = 52.06%
B = 5.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#BBE316 (or 0xBBE316) is known color: Inch Worm. HEX triplet: BB, E3 and 16. RGB value is (187,227,22). Sum of RGB (Red+Green+Blue) = 187+227+22=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 227 (89.06% from 255 or 52.06% from 436); Blue value is 22 (8.98% from 255 or 5.05% from 436); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBE316 is #441CE9. Grayscale: #C0C0C0. Windows color (decimal): -4463850 or 1500091. OLE color: 1500091.

HSL color Cylindrical-coordinate representation of color #BBE316: hue angle of 71.71º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBE316 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 227 22 -
CMYK 0.18 0 0.90 0.11
HSL 71.71º 0.82% 0.49% -
HSV(B) 71.71º 0.9% 0.89% -
XYZ 48.11 65.56 10.88 -
YUV 191.67 32.25 124.67 -
System Red Green Blue C M Y K H S L
Decimal 187 227 22 0.18 0 0.90 0.11 71.71 0.82 0.49
Hex BB E3 16 12 0 5A B 48 52 31
Octal 273 343 26 22 0 132 13 110 122 61
Binary 10111011 11100011 10110 10010 0 1011010 1011 1001000 1010010 110001

Color Harmonies of #BBE316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE316

Black with #BBE316

Text Example


Text Example

White with #BBE316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE316; }

 p { color: rgb(187,227,22); }

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

background-color css

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

 a { background-color: rgb(187,227,22); }

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

border-color css

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

 span { border-color: rgb(187,227,22); }

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