Html Css Color HEX #BBD80E Inch Worm

📋 copy color: '#BBD80E'

red 187 ◦ green 216 ◦ blue 14

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

Shades of Inch Worm #BBD80E

Tints of Inch Worm #BBD80E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.36%

R = 44.84%
G = 51.8%
B = 3.36%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#BBD80E (or 0xBBD80E) is known color: Inch Worm. HEX triplet: BB, D8 and 0E. RGB value is (187,216,14). Sum of RGB (Red+Green+Blue) = 187+216+14=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 216 (84.77% from 255 or 51.80% from 417); Blue value is 14 (5.86% from 255 or 3.36% from 417); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD80E is #4427F1. Grayscale: #B9B9B9. Windows color (decimal): -4466674 or 972987. OLE color: 972987.

HSL color Cylindrical-coordinate representation of color #BBD80E: hue angle of 68.61º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBD80E is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 216 14 -
CMYK 0.13 0 0.94 0.15
HSL 68.61º 0.88% 0.45% -
HSV(B) 68.61º 0.94% 0.85% -
XYZ 45.13 59.71 9.56 -
YUV 184.3 31.89 129.93 -
System Red Green Blue C M Y K H S L
Decimal 187 216 14 0.13 0 0.94 0.15 68.61 0.88 0.45
Hex BB D8 E D 0 5E F 45 58 2D
Octal 273 330 16 15 0 136 17 105 130 55
Binary 10111011 11011000 1110 1101 0 1011110 1111 1000101 1011000 101101

Color Harmonies of #BBD80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD80E

Black with #BBD80E

Text Example


Text Example

White with #BBD80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD80E; }

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

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

background-color css

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

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

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

border-color css

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

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

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