Html Css Color HEX #C5BA4B Sundance

📋 copy color: '#C5BA4B'

red 197 ◦ green 186 ◦ blue 75

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

Shades of Sundance #C5BA4B

Tints of Sundance #C5BA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.38%

R = 43.01%
G = 40.61%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5BA4B (or 0xC5BA4B) is known color: Sundance. HEX triplet: C5, BA and 4B. RGB value is (197,186,75). Sum of RGB (Red+Green+Blue) = 197+186+75=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 75 (29.69% from 255 or 16.38% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BA4B is #3A45B4. Grayscale: #B1B1B1. Windows color (decimal): -3818933 or 4963013. OLE color: 4963013.

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

Color convert

RGB 197 186 75 -
CMYK 0 0.06 0.62 0.23
HSL 54.59º 0.51% 0.53% -
HSV(B) 54.59º 0.62% 0.77% -
XYZ 41.85 47.5 13.62 -
YUV 176.64 70.64 142.53 -
System Red Green Blue C M Y K H S L
Decimal 197 186 75 0 0.06 0.62 0.23 54.59 0.51 0.53
Hex C5 BA 4B 0 6 3E 17 37 33 35
Octal 305 272 113 0 6 76 27 67 63 65
Binary 11000101 10111010 1001011 0 110 111110 10111 110111 110011 110101

Color Harmonies of #C5BA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BA4B

Black with #C5BA4B

Text Example


Text Example

White with #C5BA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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