Html Css Color HEX #BCBD49 Celery

📋 copy color: '#BCBD49'

red 188 ◦ green 189 ◦ blue 73

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

Shades of Celery #BCBD49

Tints of Celery #BCBD49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 16.22%

R = 41.78%
G = 42%
B = 16.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BCBD49 (or 0xBCBD49) is known color: Celery. HEX triplet: BC, BD and 49. RGB value is (188,189,73). Sum of RGB (Red+Green+Blue) = 188+189+73=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 73 (28.91% from 255 or 16.22% from 450); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBD49 is #4342B6. Grayscale: #AFAFAF. Windows color (decimal): -4407991 or 4832700. OLE color: 4832700.

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

Color convert

RGB 188 189 73 -
CMYK 0.01 0 0.61 0.26
HSL 60.52º 0.47% 0.51% -
HSV(B) 60.52º 0.61% 0.74% -
XYZ 40.14 47.57 13.37 -
YUV 175.48 70.17 136.93 -
System Red Green Blue C M Y K H S L
Decimal 188 189 73 0.01 0 0.61 0.26 60.52 0.47 0.51
Hex BC BD 49 1 0 3D 1A 3D 2F 33
Octal 274 275 111 1 0 75 32 75 57 63
Binary 10111100 10111101 1001001 1 0 111101 11010 111101 101111 110011

Color Harmonies of #BCBD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD49

Black with #BCBD49

Text Example


Text Example

White with #BCBD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD49; }

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

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

background-color css

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

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

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

border-color css

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

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

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