Html Css Color HEX #BBDC01 Inch Worm

📋 copy color: '#BBDC01'

red 187 ◦ green 220 ◦ blue 1

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

Shades of Inch Worm #BBDC01

Tints of Inch Worm #BBDC01

RGB

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

 GREEN value IS 220 (86.33% from 255) = 53.92%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 45.83%
G = 53.92%
B = 0.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#BBDC01 (or 0xBBDC01) is known color: Inch Worm. HEX triplet: BB, DC and 01. RGB value is (187,220,1). Sum of RGB (Red+Green+Blue) = 187+220+1=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 220 (86.33% from 255 or 53.92% from 408); Blue value is 1 (0.78% from 255 or 0.25% from 408); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDC01 is #4423FE. Grayscale: #BABABA. Windows color (decimal): -4465663 or 122043. OLE color: 122043.

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

Color convert

RGB 187 220 1 -
CMYK 0.15 0 1.00 0.14
HSL 69.04º 0.99% 0.43% -
HSV(B) 69.04º 1% 0.86% -
XYZ 46.09 61.75 9.52 -
YUV 185.17 24.07 129.31 -
System Red Green Blue C M Y K H S L
Decimal 187 220 1 0.15 0 1.00 0.14 69.04 0.99 0.43
Hex BB DC 1 F 0 64 E 45 63 2B
Octal 273 334 1 17 0 144 16 105 143 53
Binary 10111011 11011100 1 1111 0 1100100 1110 1000101 1100011 101011

Color Harmonies of #BBDC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC01

Black with #BBDC01

Text Example


Text Example

White with #BBDC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC01; }

 p { color: rgb(187,220,1); }

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

background-color css

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

 a { background-color: rgb(187,220,1); }

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

border-color css

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

 span { border-color: rgb(187,220,1); }

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