Html Css Color HEX #BBDA00 Inch Worm

📋 copy color: '#BBDA00'

red 187 ◦ green 218 ◦ blue 0

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

Shades of Inch Worm #BBDA00

Tints of Inch Worm #BBDA00

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.83%

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

R = 46.17%
G = 53.83%
B = 0%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#BBDA00 (or 0xBBDA00) is known color: Inch Worm. HEX triplet: BB, DA and 00. RGB value is (187,218,0). Sum of RGB (Red+Green+Blue) = 187+218+0=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 218 (85.55% from 255 or 53.83% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDA00 is #4425FF. Grayscale: #B8B8B8. Windows color (decimal): -4466176 or 55995. OLE color: 55995.

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

Color convert

RGB 187 218 0 -
CMYK 0.14 0 1 0.15
HSL 68.53º 1% 0.43% -
HSV(B) 68.53º 1% 0.85% -
XYZ 45.56 60.71 9.32 -
YUV 183.88 24.23 130.23 -
System Red Green Blue C M Y K H S L
Decimal 187 218 0 0.14 0 1 0.15 68.53 1 0.43
Hex BB DA 0 E 0 64 F 45 64 2B
Octal 273 332 0 16 0 144 17 105 144 53
Binary 10111011 11011010 0 1110 0 1100100 1111 1000101 1100100 101011

Color Harmonies of #BBDA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA00

Black with #BBDA00

Text Example


Text Example

White with #BBDA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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