Html Css Color HEX #BBDF01 Inch Worm

📋 copy color: '#BBDF01'

red 187 ◦ green 223 ◦ blue 1

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

Shades of Inch Worm #BBDF01

Tints of Inch Worm #BBDF01

RGB

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

 GREEN value IS 223 (87.5% from 255) = 54.26%

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

R = 45.5%
G = 54.26%
B = 0.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#BBDF01 (or 0xBBDF01) is known color: Inch Worm. HEX triplet: BB, DF and 01. RGB value is (187,223,1). Sum of RGB (Red+Green+Blue) = 187+223+1=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 223 (87.5% from 255 or 54.26% from 411); Blue value is 1 (0.78% from 255 or 0.24% from 411); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDF01 is #4420FE. Grayscale: #BBBBBB. Windows color (decimal): -4464895 or 122811. OLE color: 122811.

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

Color convert

RGB 187 223 1 -
CMYK 0.16 0 1.00 0.13
HSL 69.73º 0.99% 0.44% -
HSV(B) 69.73º 1% 0.87% -
XYZ 46.89 63.34 9.78 -
YUV 186.93 23.07 128.05 -
System Red Green Blue C M Y K H S L
Decimal 187 223 1 0.16 0 1.00 0.13 69.73 0.99 0.44
Hex BB DF 1 10 0 64 D 46 63 2C
Octal 273 337 1 20 0 144 15 106 143 54
Binary 10111011 11011111 1 10000 0 1100100 1101 1000110 1100011 101100

Color Harmonies of #BBDF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDF01

Black with #BBDF01

Text Example


Text Example

White with #BBDF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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