Html Css Color HEX #C4BC37 Old Gold

📋 copy color: '#C4BC37'

red 196 ◦ green 188 ◦ blue 55

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

Shades of Old Gold #C4BC37

Tints of Old Gold #C4BC37

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.82%

 BLUE value IS 55 (21.88% from 255) = 12.53%

R = 44.65%
G = 42.82%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C4BC37 (or 0xC4BC37) is known color: Old Gold. HEX triplet: C4, BC and 37. RGB value is (196,188,55). Sum of RGB (Red+Green+Blue) = 196+188+55=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 55 (21.88% from 255 or 12.53% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BC37 is #3B43C8. Grayscale: #AFAFAF. Windows color (decimal): -3883977 or 3652804. OLE color: 3652804.

HSL color Cylindrical-coordinate representation of color #C4BC37: hue angle of 56.6º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C4BC37 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 188 55 -
CMYK 0 0.04 0.72 0.23
HSL 56.6º 0.56% 0.49% -
HSV(B) 56.6º 0.72% 0.77% -
XYZ 41.44 47.98 10.69 -
YUV 175.23 60.15 142.81 -
System Red Green Blue C M Y K H S L
Decimal 196 188 55 0 0.04 0.72 0.23 56.6 0.56 0.49
Hex C4 BC 37 0 4 48 17 39 38 31
Octal 304 274 67 0 4 110 27 71 70 61
Binary 11000100 10111100 110111 0 100 1001000 10111 111001 111000 110001

Color Harmonies of #C4BC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BC37

Black with #C4BC37

Text Example


Text Example

White with #C4BC37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BC37; }

 p { color: rgb(196,188,55); }

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

background-color css

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

 a { background-color: rgb(196,188,55); }

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

border-color css

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

 span { border-color: rgb(196,188,55); }

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