Html Css Color HEX #BCBD48 Celery

📋 copy color: '#BCBD48'

red 188 ◦ green 189 ◦ blue 72

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

Shades of Celery #BCBD48

Tints of Celery #BCBD48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.04%

R = 41.87%
G = 42.09%
B = 16.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BCBD48 (or 0xBCBD48) is known color: Celery. HEX triplet: BC, BD and 48. RGB value is (188,189,72). Sum of RGB (Red+Green+Blue) = 188+189+72=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 72 (28.52% from 255 or 16.04% from 449); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBD48 is #4342B7. Grayscale: #AFAFAF. Windows color (decimal): -4407992 or 4767164. OLE color: 4767164.

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

Color convert

RGB 188 189 72 -
CMYK 0.01 0 0.62 0.26
HSL 60.51º 0.47% 0.51% -
HSV(B) 60.51º 0.62% 0.74% -
XYZ 40.11 47.55 13.2 -
YUV 175.36 69.67 137.01 -
System Red Green Blue C M Y K H S L
Decimal 188 189 72 0.01 0 0.62 0.26 60.51 0.47 0.51
Hex BC BD 48 1 0 3E 1A 3D 2F 33
Octal 274 275 110 1 0 76 32 75 57 63
Binary 10111100 10111101 1001000 1 0 111110 11010 111101 101111 110011

Color Harmonies of #BCBD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD48

Black with #BCBD48

Text Example


Text Example

White with #BCBD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD48; }

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

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

background-color css

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

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

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

border-color css

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

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

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