Html Css Color HEX #BBD914 Inch Worm

📋 copy color: '#BBD914'

red 187 ◦ green 217 ◦ blue 20

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

Shades of Inch Worm #BBD914

Tints of Inch Worm #BBD914

RGB

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

 GREEN value IS 217 (85.16% from 255) = 51.18%

 BLUE value IS 20 (8.2% from 255) = 4.72%

R = 44.1%
G = 51.18%
B = 4.72%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#BBD914 (or 0xBBD914) is known color: Inch Worm. HEX triplet: BB, D9 and 14. RGB value is (187,217,20). Sum of RGB (Red+Green+Blue) = 187+217+20=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 217 (85.16% from 255 or 51.18% from 424); Blue value is 20 (8.20% from 255 or 4.72% from 424); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD914 is #4426EB. Grayscale: #BABABA. Windows color (decimal): -4466412 or 1366459. OLE color: 1366459.

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

Color convert

RGB 187 217 20 -
CMYK 0.14 0 0.91 0.15
HSL 69.14º 0.83% 0.46% -
HSV(B) 69.14º 0.91% 0.85% -
XYZ 45.43 60.24 9.89 -
YUV 185.57 34.56 129.02 -
System Red Green Blue C M Y K H S L
Decimal 187 217 20 0.14 0 0.91 0.15 69.14 0.83 0.46
Hex BB D9 14 E 0 5B F 45 53 2E
Octal 273 331 24 16 0 133 17 105 123 56
Binary 10111011 11011001 10100 1110 0 1011011 1111 1000101 1010011 101110

Color Harmonies of #BBD914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD914

Black with #BBD914

Text Example


Text Example

White with #BBD914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD914; }

 p { color: rgb(187,217,20); }

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

background-color css

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

 a { background-color: rgb(187,217,20); }

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

border-color css

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

 span { border-color: rgb(187,217,20); }

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