Html Css Color HEX #BBDB10 Inch Worm

📋 copy color: '#BBDB10'

red 187 ◦ green 219 ◦ blue 16

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

Shades of Inch Worm #BBDB10

Tints of Inch Worm #BBDB10

RGB

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

 GREEN value IS 219 (85.94% from 255) = 51.9%

 BLUE value IS 16 (6.64% from 255) = 3.79%

R = 44.31%
G = 51.9%
B = 3.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#BBDB10 (or 0xBBDB10) is known color: Inch Worm. HEX triplet: BB, DB and 10. RGB value is (187,219,16). Sum of RGB (Red+Green+Blue) = 187+219+16=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 219 (85.94% from 255 or 51.90% from 422); Blue value is 16 (6.64% from 255 or 3.79% from 422); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDB10 is #4424EF. Grayscale: #BBBBBB. Windows color (decimal): -4465904 or 1104827. OLE color: 1104827.

HSL color Cylindrical-coordinate representation of color #BBDB10: hue angle of 69.46º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBDB10 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 219 16 -
CMYK 0.15 0 0.93 0.14
HSL 69.46º 0.86% 0.46% -
HSV(B) 69.46º 0.93% 0.86% -
XYZ 45.92 61.27 9.9 -
YUV 186.29 31.9 128.51 -
System Red Green Blue C M Y K H S L
Decimal 187 219 16 0.15 0 0.93 0.14 69.46 0.86 0.46
Hex BB DB 10 F 0 5D E 45 56 2E
Octal 273 333 20 17 0 135 16 105 126 56
Binary 10111011 11011011 10000 1111 0 1011101 1110 1000101 1010110 101110

Color Harmonies of #BBDB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDB10

Black with #BBDB10

Text Example


Text Example

White with #BBDB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDB10; }

 p { color: rgb(187,219,16); }

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

background-color css

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

 a { background-color: rgb(187,219,16); }

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

border-color css

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

 span { border-color: rgb(187,219,16); }

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