Html Css Color HEX #BBDB1E Inch Worm

📋 copy color: '#BBDB1E'

red 187 ◦ green 219 ◦ blue 30

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

Shades of Inch Worm #BBDB1E

Tints of Inch Worm #BBDB1E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.23%

 BLUE value IS 30 (12.11% from 255) = 6.88%

R = 42.89%
G = 50.23%
B = 6.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#BBDB1E (or 0xBBDB1E) is known color: Inch Worm. HEX triplet: BB, DB and 1E. RGB value is (187,219,30). Sum of RGB (Red+Green+Blue) = 187+219+30=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 219 (85.94% from 255 or 50.23% from 436); Blue value is 30 (12.11% from 255 or 6.88% from 436); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDB1E is #4424E1. Grayscale: #BCBCBC. Windows color (decimal): -4465890 or 2022331. OLE color: 2022331.

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

Color convert

RGB 187 219 30 -
CMYK 0.15 0 0.86 0.14
HSL 70.16º 0.76% 0.49% -
HSV(B) 70.16º 0.86% 0.86% -
XYZ 46.06 61.32 10.64 -
YUV 187.89 38.9 127.37 -
System Red Green Blue C M Y K H S L
Decimal 187 219 30 0.15 0 0.86 0.14 70.16 0.76 0.49
Hex BB DB 1E F 0 56 E 46 4C 31
Octal 273 333 36 17 0 126 16 106 114 61
Binary 10111011 11011011 11110 1111 0 1010110 1110 1000110 1001100 110001

Color Harmonies of #BBDB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDB1E

Black with #BBDB1E

Text Example


Text Example

White with #BBDB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDB1E; }

 p { color: rgb(187,219,30); }

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

background-color css

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

 a { background-color: rgb(187,219,30); }

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

border-color css

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

 span { border-color: rgb(187,219,30); }

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