Html Css Color HEX #BBDA10 Inch Worm

📋 copy color: '#BBDA10'

red 187 ◦ green 218 ◦ blue 16

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

Shades of Inch Worm #BBDA10

Tints of Inch Worm #BBDA10

RGB

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

 GREEN value IS 218 (85.55% from 255) = 51.78%

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

R = 44.42%
G = 51.78%
B = 3.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#BBDA10 (or 0xBBDA10) is known color: Inch Worm. HEX triplet: BB, DA and 10. RGB value is (187,218,16). Sum of RGB (Red+Green+Blue) = 187+218+16=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 218 (85.55% from 255 or 51.78% from 421); Blue value is 16 (6.64% from 255 or 3.80% from 421); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDA10 is #4425EF. Grayscale: #BABABA. Windows color (decimal): -4466160 or 1104571. OLE color: 1104571.

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

Color convert

RGB 187 218 16 -
CMYK 0.14 0 0.93 0.15
HSL 69.21º 0.86% 0.46% -
HSV(B) 69.21º 0.93% 0.85% -
XYZ 45.66 60.75 9.81 -
YUV 185.7 32.23 128.93 -
System Red Green Blue C M Y K H S L
Decimal 187 218 16 0.14 0 0.93 0.15 69.21 0.86 0.46
Hex BB DA 10 E 0 5D F 45 56 2E
Octal 273 332 20 16 0 135 17 105 126 56
Binary 10111011 11011010 10000 1110 0 1011101 1111 1000101 1010110 101110

Color Harmonies of #BBDA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA10

Black with #BBDA10

Text Example


Text Example

White with #BBDA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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