Html Css Color HEX #BCBD47 Celery

📋 copy color: '#BCBD47'

red 188 ◦ green 189 ◦ blue 71

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

Shades of Celery #BCBD47

Tints of Celery #BCBD47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.85%

R = 41.96%
G = 42.19%
B = 15.85%

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

#BCBD47 (or 0xBCBD47) is known color: Celery. HEX triplet: BC, BD and 47. RGB value is (188,189,71). Sum of RGB (Red+Green+Blue) = 188+189+71=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 71 (28.12% from 255 or 15.85% from 448); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBD47 is #4342B8. Grayscale: #AFAFAF. Windows color (decimal): -4407993 or 4701628. OLE color: 4701628.

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

Color convert

RGB 188 189 71 -
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.07 47.54 13.03 -
YUV 175.25 69.17 137.09 -
System Red Green Blue C M Y K H S L
Decimal 188 189 71 0.01 0 0.62 0.26 60.51 0.47 0.51
Hex BC BD 47 1 0 3E 1A 3D 2F 33
Octal 274 275 107 1 0 76 32 75 57 63
Binary 10111100 10111101 1000111 1 0 111110 11010 111101 101111 110011

Color Harmonies of #BCBD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD47

Black with #BCBD47

Text Example


Text Example

White with #BCBD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD47; }

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

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

background-color css

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

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

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

border-color css

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

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

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