Html Css Color HEX #BCBD52 Celery

📋 copy color: '#BCBD52'

red 188 ◦ green 189 ◦ blue 82

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

Shades of Celery #BCBD52

Tints of Celery #BCBD52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.86%

R = 40.96%
G = 41.18%
B = 17.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BCBD52 (or 0xBCBD52) is known color: Celery. HEX triplet: BC, BD and 52. RGB value is (188,189,82). Sum of RGB (Red+Green+Blue) = 188+189+82=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 82 (32.42% from 255 or 17.86% from 459); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBD52 is #4342AD. Grayscale: #B0B0B0. Windows color (decimal): -4407982 or 5422524. OLE color: 5422524.

HSL color Cylindrical-coordinate representation of color #BCBD52: hue angle of 60.56º 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 #BCBD52 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 189 82 -
CMYK 0.01 0 0.57 0.26
HSL 60.56º 0.45% 0.53% -
HSV(B) 60.56º 0.57% 0.74% -
XYZ 40.46 47.7 15.06 -
YUV 176.5 74.67 136.2 -
System Red Green Blue C M Y K H S L
Decimal 188 189 82 0.01 0 0.57 0.26 60.56 0.45 0.53
Hex BC BD 52 1 0 39 1A 3D 2D 35
Octal 274 275 122 1 0 71 32 75 55 65
Binary 10111100 10111101 1010010 1 0 111001 11010 111101 101101 110101

Color Harmonies of #BCBD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD52

Black with #BCBD52

Text Example


Text Example

White with #BCBD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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