Html Css Color HEX #BBDF10 Inch Worm

📋 copy color: '#BBDF10'

red 187 ◦ green 223 ◦ blue 16

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

Shades of Inch Worm #BBDF10

Tints of Inch Worm #BBDF10

RGB

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

 GREEN value IS 223 (87.5% from 255) = 52.35%

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

R = 43.9%
G = 52.35%
B = 3.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#BBDF10 (or 0xBBDF10) is known color: Inch Worm. HEX triplet: BB, DF and 10. RGB value is (187,223,16). Sum of RGB (Red+Green+Blue) = 187+223+16=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 223 (87.5% from 255 or 52.35% from 426); Blue value is 16 (6.64% from 255 or 3.76% from 426); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDF10 is #4420EF. Grayscale: #BDBDBD. Windows color (decimal): -4464880 or 1105851. OLE color: 1105851.

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

Color convert

RGB 187 223 16 -
CMYK 0.16 0 0.93 0.13
HSL 70.43º 0.87% 0.47% -
HSV(B) 70.43º 0.93% 0.87% -
XYZ 46.97 63.38 10.25 -
YUV 188.64 30.57 126.83 -
System Red Green Blue C M Y K H S L
Decimal 187 223 16 0.16 0 0.93 0.13 70.43 0.87 0.47
Hex BB DF 10 10 0 5D D 46 57 2F
Octal 273 337 20 20 0 135 15 106 127 57
Binary 10111011 11011111 10000 10000 0 1011101 1101 1000110 1010111 101111

Color Harmonies of #BBDF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDF10

Black with #BBDF10

Text Example


Text Example

White with #BBDF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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