Html Css Color HEX #BBD700 Inch Worm

📋 copy color: '#BBD700'

red 187 ◦ green 215 ◦ blue 0

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

Shades of Inch Worm #BBD700

Tints of Inch Worm #BBD700

RGB

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

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

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

R = 46.52%
G = 53.48%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#BBD700 (or 0xBBD700) is known color: Inch Worm. HEX triplet: BB, D7 and 00. RGB value is (187,215,0). Sum of RGB (Red+Green+Blue) = 187+215+0=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 215 (84.38% from 255 or 53.48% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD700 is #4428FF. Grayscale: #B6B6B6. Windows color (decimal): -4466944 or 55227. OLE color: 55227.

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

Color convert

RGB 187 215 0 -
CMYK 0.13 0 1 0.16
HSL 67.81º 1% 0.42% -
HSV(B) 67.81º 1% 0.84% -
XYZ 44.79 59.17 9.06 -
YUV 182.12 25.22 131.48 -
System Red Green Blue C M Y K H S L
Decimal 187 215 0 0.13 0 1 0.16 67.81 1 0.42
Hex BB D7 0 D 0 64 10 44 64 2A
Octal 273 327 0 15 0 144 20 104 144 52
Binary 10111011 11010111 0 1101 0 1100100 10000 1000100 1100100 101010

Color Harmonies of #BBD700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD700

Black with #BBD700

Text Example


Text Example

White with #BBD700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD700; }

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

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

background-color css

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

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

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

border-color css

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

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

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