Html Css Color HEX #BCAD4C Sundance

📋 copy color: '#BCAD4C'

red 188 ◦ green 173 ◦ blue 76

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

Shades of Sundance #BCAD4C

Tints of Sundance #BCAD4C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.59%

 BLUE value IS 76 (30.08% from 255) = 17.39%

R = 43.02%
G = 39.59%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BCAD4C (or 0xBCAD4C) is known color: Sundance. HEX triplet: BC, AD and 4C. RGB value is (188,173,76). Sum of RGB (Red+Green+Blue) = 188+173+76=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 76 (30.08% from 255 or 17.39% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAD4C is #4352B3. Grayscale: #A6A6A6. Windows color (decimal): -4412084 or 5025212. OLE color: 5025212.

HSL color Cylindrical-coordinate representation of color #BCAD4C: hue angle of 51.96º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCAD4C is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 173 76 -
CMYK 0 0.08 0.60 0.26
HSL 51.96º 0.46% 0.52% -
HSV(B) 51.96º 0.6% 0.74% -
XYZ 36.99 41.1 12.82 -
YUV 166.43 76.97 143.39 -
System Red Green Blue C M Y K H S L
Decimal 188 173 76 0 0.08 0.60 0.26 51.96 0.46 0.52
Hex BC AD 4C 0 8 3C 1A 34 2E 34
Octal 274 255 114 0 10 74 32 64 56 64
Binary 10111100 10101101 1001100 0 1000 111100 11010 110100 101110 110100

Color Harmonies of #BCAD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAD4C

Black with #BCAD4C

Text Example


Text Example

White with #BCAD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAD4C; }

 p { color: rgb(188,173,76); }

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

background-color css

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

 a { background-color: rgb(188,173,76); }

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

border-color css

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

 span { border-color: rgb(188,173,76); }

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