Html Css Color HEX #BCBD53 Celery

📋 copy color: '#BCBD53'

red 188 ◦ green 189 ◦ blue 83

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

Shades of Celery #BCBD53

Tints of Celery #BCBD53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.04%

R = 40.87%
G = 41.09%
B = 18.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BCBD53 (or 0xBCBD53) is known color: Celery. HEX triplet: BC, BD and 53. RGB value is (188,189,83). Sum of RGB (Red+Green+Blue) = 188+189+83=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 83 (32.81% from 255 or 18.04% from 460); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBD53 is #4342AC. Grayscale: #B1B1B1. Windows color (decimal): -4407981 or 5488060. OLE color: 5488060.

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

Color convert

RGB 188 189 83 -
CMYK 0.01 0 0.56 0.26
HSL 60.57º 0.45% 0.53% -
HSV(B) 60.57º 0.56% 0.74% -
XYZ 40.5 47.71 15.26 -
YUV 176.62 75.17 136.12 -
System Red Green Blue C M Y K H S L
Decimal 188 189 83 0.01 0 0.56 0.26 60.57 0.45 0.53
Hex BC BD 53 1 0 38 1A 3D 2D 35
Octal 274 275 123 1 0 70 32 75 55 65
Binary 10111100 10111101 1010011 1 0 111000 11010 111101 101101 110101

Color Harmonies of #BCBD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD53

Black with #BCBD53

Text Example


Text Example

White with #BCBD53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD53; }

 p { color: rgb(188,189,83); }

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

background-color css

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

 a { background-color: rgb(188,189,83); }

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

border-color css

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

 span { border-color: rgb(188,189,83); }

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