Html Css Color HEX #C5B94C Sundance

📋 copy color: '#C5B94C'

red 197 ◦ green 185 ◦ blue 76

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

Shades of Sundance #C5B94C

Tints of Sundance #C5B94C

RGB

 RED value IS 197 (77.34% from 255) = 43.01%

 GREEN value IS 185 (72.66% from 255) = 40.39%

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

R = 43.01%
G = 40.39%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5B94C (or 0xC5B94C) is known color: Sundance. HEX triplet: C5, B9 and 4C. RGB value is (197,185,76). Sum of RGB (Red+Green+Blue) = 197+185+76=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 76 (30.08% from 255 or 16.59% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B94C is #3A46B3. Grayscale: #B0B0B0. Windows color (decimal): -3819188 or 5028293. OLE color: 5028293.

HSL color Cylindrical-coordinate representation of color #C5B94C: hue angle of 54.05º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5B94C is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 185 76 -
CMYK 0 0.06 0.61 0.23
HSL 54.05º 0.51% 0.54% -
HSV(B) 54.05º 0.61% 0.77% -
XYZ 41.68 47.09 13.73 -
YUV 176.16 71.48 142.86 -
System Red Green Blue C M Y K H S L
Decimal 197 185 76 0 0.06 0.61 0.23 54.05 0.51 0.54
Hex C5 B9 4C 0 6 3D 17 36 33 36
Octal 305 271 114 0 6 75 27 66 63 66
Binary 11000101 10111001 1001100 0 110 111101 10111 110110 110011 110110

Color Harmonies of #C5B94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B94C

Black with #C5B94C

Text Example


Text Example

White with #C5B94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B94C; }

 p { color: rgb(197,185,76); }

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

background-color css

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

 a { background-color: rgb(197,185,76); }

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

border-color css

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

 span { border-color: rgb(197,185,76); }

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