Html Css Color HEX #BBBD50 Celery

📋 copy color: '#BBBD50'

red 187 ◦ green 189 ◦ blue 80

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

Shades of Celery #BBBD50

Tints of Celery #BBBD50

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.45%

 BLUE value IS 80 (31.64% from 255) = 17.54%

R = 41.01%
G = 41.45%
B = 17.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BBBD50 (or 0xBBBD50) is known color: Celery. HEX triplet: BB, BD and 50. RGB value is (187,189,80). Sum of RGB (Red+Green+Blue) = 187+189+80=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBD50 is #4442AF. Grayscale: #B0B0B0. Windows color (decimal): -4473520 or 5291451. OLE color: 5291451.

HSL color Cylindrical-coordinate representation of color #BBBD50: hue angle of 61.1º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBBD50 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 189 80 -
CMYK 0.01 0 0.58 0.26
HSL 61.1º 0.45% 0.53% -
HSV(B) 61.1º 0.58% 0.74% -
XYZ 40.14 47.54 14.65 -
YUV 175.98 73.84 135.86 -
System Red Green Blue C M Y K H S L
Decimal 187 189 80 0.01 0 0.58 0.26 61.1 0.45 0.53
Hex BB BD 50 1 0 3A 1A 3D 2D 35
Octal 273 275 120 1 0 72 32 75 55 65
Binary 10111011 10111101 1010000 1 0 111010 11010 111101 101101 110101

Color Harmonies of #BBBD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBD50

Black with #BBBD50

Text Example


Text Example

White with #BBBD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBD50; }

 p { color: rgb(187,189,80); }

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

background-color css

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

 a { background-color: rgb(187,189,80); }

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

border-color css

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

 span { border-color: rgb(187,189,80); }

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