Html Css Color HEX #BBDD1E Inch Worm

📋 copy color: '#BBDD1E'

red 187 ◦ green 221 ◦ blue 30

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

Shades of Inch Worm #BBDD1E

Tints of Inch Worm #BBDD1E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.46%

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

R = 42.69%
G = 50.46%
B = 6.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#BBDD1E (or 0xBBDD1E) is known color: Inch Worm. HEX triplet: BB, DD and 1E. RGB value is (187,221,30). Sum of RGB (Red+Green+Blue) = 187+221+30=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 30 (12.11% from 255 or 6.85% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDD1E is #4422E1. Grayscale: #BDBDBD. Windows color (decimal): -4465378 or 2022843. OLE color: 2022843.

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

Color convert

RGB 187 221 30 -
CMYK 0.15 0 0.86 0.13
HSL 70.68º 0.76% 0.49% -
HSV(B) 70.68º 0.86% 0.87% -
XYZ 46.58 62.37 10.81 -
YUV 189.06 38.24 126.53 -
System Red Green Blue C M Y K H S L
Decimal 187 221 30 0.15 0 0.86 0.13 70.68 0.76 0.49
Hex BB DD 1E F 0 56 D 47 4C 31
Octal 273 335 36 17 0 126 15 107 114 61
Binary 10111011 11011101 11110 1111 0 1010110 1101 1000111 1001100 110001

Color Harmonies of #BBDD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDD1E

Black with #BBDD1E

Text Example


Text Example

White with #BBDD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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