Html Css Color HEX #BBDE11 Inch Worm

📋 copy color: '#BBDE11'

red 187 ◦ green 222 ◦ blue 17

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

Shades of Inch Worm #BBDE11

Tints of Inch Worm #BBDE11

RGB

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

 GREEN value IS 222 (87.11% from 255) = 52.11%

 BLUE value IS 17 (7.03% from 255) = 3.99%

R = 43.9%
G = 52.11%
B = 3.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#BBDE11 (or 0xBBDE11) is known color: Inch Worm. HEX triplet: BB, DE and 11. RGB value is (187,222,17). Sum of RGB (Red+Green+Blue) = 187+222+17=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 222 (87.11% from 255 or 52.11% from 426); Blue value is 17 (7.03% from 255 or 3.99% from 426); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDE11 is #4421EE. Grayscale: #BCBCBC. Windows color (decimal): -4465135 or 1171131. OLE color: 1171131.

HSL color Cylindrical-coordinate representation of color #BBDE11: hue angle of 70.24º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBDE11 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 222 17 -
CMYK 0.16 0 0.92 0.13
HSL 70.24º 0.86% 0.47% -
HSV(B) 70.24º 0.92% 0.87% -
XYZ 46.72 62.85 10.2 -
YUV 188.17 31.4 127.17 -
System Red Green Blue C M Y K H S L
Decimal 187 222 17 0.16 0 0.92 0.13 70.24 0.86 0.47
Hex BB DE 11 10 0 5C D 46 56 2F
Octal 273 336 21 20 0 134 15 106 126 57
Binary 10111011 11011110 10001 10000 0 1011100 1101 1000110 1010110 101111

Color Harmonies of #BBDE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDE11

Black with #BBDE11

Text Example


Text Example

White with #BBDE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDE11; }

 p { color: rgb(187,222,17); }

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

background-color css

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

 a { background-color: rgb(187,222,17); }

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

border-color css

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

 span { border-color: rgb(187,222,17); }

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