Html Css Color HEX #BBBD55 Celery

📋 copy color: '#BBBD55'

red 187 ◦ green 189 ◦ blue 85

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

Shades of Celery #BBBD55

Tints of Celery #BBBD55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.44%

R = 40.56%
G = 41%
B = 18.44%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BBBD55 (or 0xBBBD55) is known color: Celery. HEX triplet: BB, BD and 55. RGB value is (187,189,85). Sum of RGB (Red+Green+Blue) = 187+189+85=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBD55 is #4442AA. Grayscale: #B0B0B0. Windows color (decimal): -4473515 or 5619131. OLE color: 5619131.

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

Color convert

RGB 187 189 85 -
CMYK 0.01 0 0.55 0.26
HSL 61.15º 0.44% 0.54% -
HSV(B) 61.15º 0.55% 0.74% -
XYZ 40.33 47.62 15.66 -
YUV 176.55 76.34 135.46 -
System Red Green Blue C M Y K H S L
Decimal 187 189 85 0.01 0 0.55 0.26 61.15 0.44 0.54
Hex BB BD 55 1 0 37 1A 3D 2C 36
Octal 273 275 125 1 0 67 32 75 54 66
Binary 10111011 10111101 1010101 1 0 110111 11010 111101 101100 110110

Color Harmonies of #BBBD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBD55

Black with #BBBD55

Text Example


Text Example

White with #BBBD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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