Html Css Color HEX #C5BA4E Sundance

📋 copy color: '#C5BA4E'

red 197 ◦ green 186 ◦ blue 78

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

Shades of Sundance #C5BA4E

Tints of Sundance #C5BA4E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.35%

 BLUE value IS 78 (30.86% from 255) = 16.92%

R = 42.73%
G = 40.35%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5BA4E (or 0xC5BA4E) is known color: Sundance. HEX triplet: C5, BA and 4E. RGB value is (197,186,78). Sum of RGB (Red+Green+Blue) = 197+186+78=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 78 (30.86% from 255 or 16.92% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BA4E is #3A45B1. Grayscale: #B1B1B1. Windows color (decimal): -3818930 or 5159621. OLE color: 5159621.

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

Color convert

RGB 197 186 78 -
CMYK 0 0.06 0.60 0.23
HSL 54.45º 0.51% 0.54% -
HSV(B) 54.45º 0.6% 0.77% -
XYZ 41.96 47.54 14.17 -
YUV 176.98 72.14 142.28 -
System Red Green Blue C M Y K H S L
Decimal 197 186 78 0 0.06 0.60 0.23 54.45 0.51 0.54
Hex C5 BA 4E 0 6 3C 17 36 33 36
Octal 305 272 116 0 6 74 27 66 63 66
Binary 11000101 10111010 1001110 0 110 111100 10111 110110 110011 110110

Color Harmonies of #C5BA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BA4E

Black with #C5BA4E

Text Example


Text Example

White with #C5BA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BA4E; }

 p { color: rgb(197,186,78); }

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

background-color css

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

 a { background-color: rgb(197,186,78); }

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

border-color css

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

 span { border-color: rgb(197,186,78); }

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