Html Css Color HEX #BBD701 Inch Worm

📋 copy color: '#BBD701'

red 187 ◦ green 215 ◦ blue 1

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

Shades of Inch Worm #BBD701

Tints of Inch Worm #BBD701

RGB

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

 GREEN value IS 215 (84.38% from 255) = 53.35%

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

R = 46.4%
G = 53.35%
B = 0.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#BBD701 (or 0xBBD701) is known color: Inch Worm. HEX triplet: BB, D7 and 01. RGB value is (187,215,1). Sum of RGB (Red+Green+Blue) = 187+215+1=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 215 (84.38% from 255 or 53.35% from 403); Blue value is 1 (0.78% from 255 or 0.25% from 403); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD701 is #4428FE. Grayscale: #B7B7B7. Windows color (decimal): -4466943 or 120763. OLE color: 120763.

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

Color convert

RGB 187 215 1 -
CMYK 0.13 0 1.00 0.16
HSL 67.85º 0.99% 0.42% -
HSV(B) 67.85º 1% 0.84% -
XYZ 44.8 59.17 9.09 -
YUV 182.23 25.72 131.4 -
System Red Green Blue C M Y K H S L
Decimal 187 215 1 0.13 0 1.00 0.16 67.85 0.99 0.42
Hex BB D7 1 D 0 64 10 44 63 2A
Octal 273 327 1 15 0 144 20 104 143 52
Binary 10111011 11010111 1 1101 0 1100100 10000 1000100 1100011 101010

Color Harmonies of #BBD701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD701

Black with #BBD701

Text Example


Text Example

White with #BBD701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD701; }

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

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

background-color css

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

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

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

border-color css

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

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

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