Html Css Color HEX #BBD710 Inch Worm

📋 copy color: '#BBD710'

red 187 ◦ green 215 ◦ blue 16

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

Shades of Inch Worm #BBD710

Tints of Inch Worm #BBD710

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.44%

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

R = 44.74%
G = 51.44%
B = 3.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#BBD710 (or 0xBBD710) is known color: Inch Worm. HEX triplet: BB, D7 and 10. RGB value is (187,215,16). Sum of RGB (Red+Green+Blue) = 187+215+16=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 215 (84.38% from 255 or 51.44% from 418); Blue value is 16 (6.64% from 255 or 3.83% from 418); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD710 is #4428EF. Grayscale: #B8B8B8. Windows color (decimal): -4466928 or 1103803. OLE color: 1103803.

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

Color convert

RGB 187 215 16 -
CMYK 0.13 0 0.93 0.16
HSL 68.44º 0.86% 0.45% -
HSV(B) 68.44º 0.93% 0.84% -
XYZ 44.89 59.2 9.55 -
YUV 183.94 33.22 130.18 -
System Red Green Blue C M Y K H S L
Decimal 187 215 16 0.13 0 0.93 0.16 68.44 0.86 0.45
Hex BB D7 10 D 0 5D 10 44 56 2D
Octal 273 327 20 15 0 135 20 104 126 55
Binary 10111011 11010111 10000 1101 0 1011101 10000 1000100 1010110 101101

Color Harmonies of #BBD710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD710

Black with #BBD710

Text Example


Text Example

White with #BBD710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD710; }

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

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

background-color css

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

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

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

border-color css

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

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

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