Html Css Color HEX #BBDE00 Inch Worm

📋 copy color: '#BBDE00'

red 187 ◦ green 222 ◦ blue 0

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

Shades of Inch Worm #BBDE00

Tints of Inch Worm #BBDE00

RGB

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

 GREEN value IS 222 (87.11% from 255) = 54.28%

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

R = 45.72%
G = 54.28%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#BBDE00 (or 0xBBDE00) is known color: Inch Worm. HEX triplet: BB, DE and 00. RGB value is (187,222,0). Sum of RGB (Red+Green+Blue) = 187+222+0=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 222 (87.11% from 255 or 54.28% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDE00 is #4421FF. Grayscale: #BBBBBB. Windows color (decimal): -4465152 or 57019. OLE color: 57019.

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

Color convert

RGB 187 222 0 -
CMYK 0.16 0 1 0.13
HSL 69.46º 1% 0.44% -
HSV(B) 69.46º 1% 0.87% -
XYZ 46.61 62.81 9.67 -
YUV 186.23 22.9 128.55 -
System Red Green Blue C M Y K H S L
Decimal 187 222 0 0.16 0 1 0.13 69.46 1 0.44
Hex BB DE 0 10 0 64 D 45 64 2C
Octal 273 336 0 20 0 144 15 105 144 54
Binary 10111011 11011110 0 10000 0 1100100 1101 1000101 1100100 101100

Color Harmonies of #BBDE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDE00

Black with #BBDE00

Text Example


Text Example

White with #BBDE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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