Html Css Color HEX #BBDB00 Inch Worm

📋 copy color: '#BBDB00'

red 187 ◦ green 219 ◦ blue 0

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

Shades of Inch Worm #BBDB00

Tints of Inch Worm #BBDB00

RGB

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

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

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

R = 46.06%
G = 53.94%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#BBDB00 (or 0xBBDB00) is known color: Inch Worm. HEX triplet: BB, DB and 00. RGB value is (187,219,0). Sum of RGB (Red+Green+Blue) = 187+219+0=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 219 (85.94% from 255 or 53.94% from 406); Blue value is 0 (0.39% from 255 or 0% from 406); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDB00 is #4424FF. Grayscale: #B9B9B9. Windows color (decimal): -4465920 or 56251. OLE color: 56251.

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

Color convert

RGB 187 219 0 -
CMYK 0.15 0 1 0.14
HSL 68.77º 1% 0.43% -
HSV(B) 68.77º 1% 0.86% -
XYZ 45.83 61.23 9.4 -
YUV 184.47 23.9 129.81 -
System Red Green Blue C M Y K H S L
Decimal 187 219 0 0.15 0 1 0.14 68.77 1 0.43
Hex BB DB 0 F 0 64 E 45 64 2B
Octal 273 333 0 17 0 144 16 105 144 53
Binary 10111011 11011011 0 1111 0 1100100 1110 1000101 1100100 101011

Color Harmonies of #BBDB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDB00

Black with #BBDB00

Text Example


Text Example

White with #BBDB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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