Html Css Color HEX #BBDD00 Inch Worm

📋 copy color: '#BBDD00'

red 187 ◦ green 221 ◦ blue 0

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

Shades of Inch Worm #BBDD00

Tints of Inch Worm #BBDD00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.83%
G = 54.17%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#BBDD00 (or 0xBBDD00) is known color: Inch Worm. HEX triplet: BB, DD and 00. RGB value is (187,221,0). Sum of RGB (Red+Green+Blue) = 187+221+0=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 221 (86.72% from 255 or 54.17% from 408); Blue value is 0 (0.39% from 255 or 0% from 408); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDD00 is #4422FF. Grayscale: #BABABA. Windows color (decimal): -4465408 or 56763. OLE color: 56763.

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

Color convert

RGB 187 221 0 -
CMYK 0.15 0 1 0.13
HSL 69.23º 1% 0.43% -
HSV(B) 69.23º 1% 0.87% -
XYZ 46.35 62.28 9.58 -
YUV 185.64 23.24 128.97 -
System Red Green Blue C M Y K H S L
Decimal 187 221 0 0.15 0 1 0.13 69.23 1 0.43
Hex BB DD 0 F 0 64 D 45 64 2B
Octal 273 335 0 17 0 144 15 105 144 53
Binary 10111011 11011101 0 1111 0 1100100 1101 1000101 1100100 101011

Color Harmonies of #BBDD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDD00

Black with #BBDD00

Text Example


Text Example

White with #BBDD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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