Html Css Color HEX #BBD816 Inch Worm

📋 copy color: '#BBD816'

red 187 ◦ green 216 ◦ blue 22

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

Shades of Inch Worm #BBD816

Tints of Inch Worm #BBD816

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50.82%

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

R = 44%
G = 50.82%
B = 5.18%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#BBD816 (or 0xBBD816) is known color: Inch Worm. HEX triplet: BB, D8 and 16. RGB value is (187,216,22). Sum of RGB (Red+Green+Blue) = 187+216+22=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 216 (84.77% from 255 or 50.82% from 425); Blue value is 22 (8.98% from 255 or 5.18% from 425); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD816 is #4427E9. Grayscale: #B9B9B9. Windows color (decimal): -4466666 or 1497275. OLE color: 1497275.

HSL color Cylindrical-coordinate representation of color #BBD816: hue angle of 68.97º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBD816 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 216 22 -
CMYK 0.13 0 0.90 0.15
HSL 68.97º 0.82% 0.47% -
HSV(B) 68.97º 0.9% 0.85% -
XYZ 45.19 59.73 9.91 -
YUV 185.21 35.89 129.27 -
System Red Green Blue C M Y K H S L
Decimal 187 216 22 0.13 0 0.90 0.15 68.97 0.82 0.47
Hex BB D8 16 D 0 5A F 45 52 2F
Octal 273 330 26 15 0 132 17 105 122 57
Binary 10111011 11011000 10110 1101 0 1011010 1111 1000101 1010010 101111

Color Harmonies of #BBD816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD816

Black with #BBD816

Text Example


Text Example

White with #BBD816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD816; }

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

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

background-color css

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

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

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

border-color css

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

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

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