Html Css Color HEX #BCBB50 Celery

📋 copy color: '#BCBB50'

red 188 ◦ green 187 ◦ blue 80

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

Shades of Celery #BCBB50

Tints of Celery #BCBB50

RGB

 RED value IS 188 (73.83% from 255) = 41.32%

 GREEN value IS 187 (73.44% from 255) = 41.1%

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

R = 41.32%
G = 41.1%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BCBB50 (or 0xBCBB50) is known color: Celery. HEX triplet: BC, BB and 50. RGB value is (188,187,80). Sum of RGB (Red+Green+Blue) = 188+187+80=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBB50 is #4344AF. Grayscale: #AFAFAF. Windows color (decimal): -4408496 or 5290940. OLE color: 5290940.

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

Color convert

RGB 188 187 80 -
CMYK 0 0.01 0.57 0.26
HSL 59.44º 0.45% 0.53% -
HSV(B) 59.44º 0.57% 0.74% -
XYZ 39.96 46.81 14.52 -
YUV 175.1 74.33 137.2 -
System Red Green Blue C M Y K H S L
Decimal 188 187 80 0 0.01 0.57 0.26 59.44 0.45 0.53
Hex BC BB 50 0 1 39 1A 3B 2D 35
Octal 274 273 120 0 1 71 32 73 55 65
Binary 10111100 10111011 1010000 0 1 111001 11010 111011 101101 110101

Color Harmonies of #BCBB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBB50

Black with #BCBB50

Text Example


Text Example

White with #BCBB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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