Html Css Color HEX #BBDC18 Inch Worm

📋 copy color: '#BBDC18'

red 187 ◦ green 220 ◦ blue 24

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

Shades of Inch Worm #BBDC18

Tints of Inch Worm #BBDC18

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.04%

 BLUE value IS 24 (9.77% from 255) = 5.57%

R = 43.39%
G = 51.04%
B = 5.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#BBDC18 (or 0xBBDC18) is known color: Inch Worm. HEX triplet: BB, DC and 18. RGB value is (187,220,24). Sum of RGB (Red+Green+Blue) = 187+220+24=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 24 (9.77% from 255 or 5.57% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDC18 is #4423E7. Grayscale: #BCBCBC. Windows color (decimal): -4465640 or 1629371. OLE color: 1629371.

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

Color convert

RGB 187 220 24 -
CMYK 0.15 0 0.89 0.14
HSL 70.1º 0.8% 0.48% -
HSV(B) 70.1º 0.89% 0.86% -
XYZ 46.25 61.82 10.36 -
YUV 187.79 35.57 127.44 -
System Red Green Blue C M Y K H S L
Decimal 187 220 24 0.15 0 0.89 0.14 70.1 0.8 0.48
Hex BB DC 18 F 0 59 E 46 50 30
Octal 273 334 30 17 0 131 16 106 120 60
Binary 10111011 11011100 11000 1111 0 1011001 1110 1000110 1010000 110000

Color Harmonies of #BBDC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC18

Black with #BBDC18

Text Example


Text Example

White with #BBDC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC18; }

 p { color: rgb(187,220,24); }

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

background-color css

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

 a { background-color: rgb(187,220,24); }

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

border-color css

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

 span { border-color: rgb(187,220,24); }

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