Html Css Color HEX #C4BF37 Old Gold

📋 copy color: '#C4BF37'

red 196 ◦ green 191 ◦ blue 55

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

Shades of Old Gold #C4BF37

Tints of Old Gold #C4BF37

RGB

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

 GREEN value IS 191 (75% from 255) = 43.21%

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

R = 44.34%
G = 43.21%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C4BF37 (or 0xC4BF37) is known color: Old Gold. HEX triplet: C4, BF and 37. RGB value is (196,191,55). Sum of RGB (Red+Green+Blue) = 196+191+55=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 55 (21.88% from 255 or 12.44% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BF37 is #3B40C8. Grayscale: #B1B1B1. Windows color (decimal): -3883209 or 3653572. OLE color: 3653572.

HSL color Cylindrical-coordinate representation of color #C4BF37: hue angle of 57.87º 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 #C4BF37 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 191 55 -
CMYK 0 0.03 0.72 0.23
HSL 57.87º 0.56% 0.49% -
HSV(B) 57.87º 0.72% 0.77% -
XYZ 42.09 49.27 10.91 -
YUV 176.99 59.16 141.56 -
System Red Green Blue C M Y K H S L
Decimal 196 191 55 0 0.03 0.72 0.23 57.87 0.56 0.49
Hex C4 BF 37 0 3 48 17 3A 38 31
Octal 304 277 67 0 3 110 27 72 70 61
Binary 11000100 10111111 110111 0 11 1001000 10111 111010 111000 110001

Color Harmonies of #C4BF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BF37

Black with #C4BF37

Text Example


Text Example

White with #C4BF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BF37; }

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

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

background-color css

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

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

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

border-color css

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

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

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