Html Css Color HEX #BBDB01 Inch Worm

📋 copy color: '#BBDB01'

red 187 ◦ green 219 ◦ blue 1

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

Shades of Inch Worm #BBDB01

Tints of Inch Worm #BBDB01

RGB

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

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

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

R = 45.95%
G = 53.81%
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

#BBDB01 (or 0xBBDB01) is known color: Inch Worm. HEX triplet: BB, DB and 01. RGB value is (187,219,1). Sum of RGB (Red+Green+Blue) = 187+219+1=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 219 (85.94% from 255 or 53.81% from 407); Blue value is 1 (0.78% from 255 or 0.25% from 407); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDB01 is #4424FE. Grayscale: #B9B9B9. Windows color (decimal): -4465919 or 121787. OLE color: 121787.

HSL color Cylindrical-coordinate representation of color #BBDB01: hue angle of 68.81º 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 #BBDB01 is Cyan = 0.15, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 219 1 -
CMYK 0.15 0 1.00 0.14
HSL 68.81º 0.99% 0.43% -
HSV(B) 68.81º 1% 0.86% -
XYZ 45.83 61.23 9.43 -
YUV 184.58 24.4 129.73 -
System Red Green Blue C M Y K H S L
Decimal 187 219 1 0.15 0 1.00 0.14 68.81 0.99 0.43
Hex BB DB 1 F 0 64 E 45 63 2B
Octal 273 333 1 17 0 144 16 105 143 53
Binary 10111011 11011011 1 1111 0 1100100 1110 1000101 1100011 101011

Color Harmonies of #BBDB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDB01

Black with #BBDB01

Text Example


Text Example

White with #BBDB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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