Html Css Color HEX #C4BA4C Sundance

📋 copy color: '#C4BA4C'

red 196 ◦ green 186 ◦ blue 76

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

Shades of Sundance #C4BA4C

Tints of Sundance #C4BA4C

RGB

 RED value IS 196 (76.95% from 255) = 42.79%

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

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

R = 42.79%
G = 40.61%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4BA4C (or 0xC4BA4C) is known color: Sundance. HEX triplet: C4, BA and 4C. RGB value is (196,186,76). Sum of RGB (Red+Green+Blue) = 196+186+76=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 76 (30.08% from 255 or 16.59% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BA4C is #3B45B3. Grayscale: #B0B0B0. Windows color (decimal): -3884468 or 5028548. OLE color: 5028548.

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

Color convert

RGB 196 186 76 -
CMYK 0 0.05 0.61 0.23
HSL 55º 0.5% 0.53% -
HSV(B) 55º 0.61% 0.77% -
XYZ 41.63 47.38 13.79 -
YUV 176.45 71.31 141.94 -
System Red Green Blue C M Y K H S L
Decimal 196 186 76 0 0.05 0.61 0.23 55 0.5 0.53
Hex C4 BA 4C 0 5 3D 17 37 32 35
Octal 304 272 114 0 5 75 27 67 62 65
Binary 11000100 10111010 1001100 0 101 111101 10111 110111 110010 110101

Color Harmonies of #C4BA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA4C

Black with #C4BA4C

Text Example


Text Example

White with #C4BA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA4C; }

 p { color: rgb(196,186,76); }

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

background-color css

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

 a { background-color: rgb(196,186,76); }

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

border-color css

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

 span { border-color: rgb(196,186,76); }

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