Html Css Color HEX #C3BC37 Old Gold

📋 copy color: '#C3BC37'

red 195 ◦ green 188 ◦ blue 55

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

Shades of Old Gold #C3BC37

Tints of Old Gold #C3BC37

RGB

 RED value IS 195 (76.56% from 255) = 44.52%

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

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

R = 44.52%
G = 42.92%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C3BC37 (or 0xC3BC37) is known color: Old Gold. HEX triplet: C3, BC and 37. RGB value is (195,188,55). Sum of RGB (Red+Green+Blue) = 195+188+55=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 55 (21.88% from 255 or 12.56% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BC37 is #3C43C8. Grayscale: #AFAFAF. Windows color (decimal): -3949513 or 3652803. OLE color: 3652803.

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

Color convert

RGB 195 188 55 -
CMYK 0 0.04 0.72 0.24
HSL 57º 0.56% 0.49% -
HSV(B) 57º 0.72% 0.76% -
XYZ 41.18 47.84 10.68 -
YUV 174.93 60.32 142.31 -
System Red Green Blue C M Y K H S L
Decimal 195 188 55 0 0.04 0.72 0.24 57 0.56 0.49
Hex C3 BC 37 0 4 48 18 39 38 31
Octal 303 274 67 0 4 110 30 71 70 61
Binary 11000011 10111100 110111 0 100 1001000 11000 111001 111000 110001

Color Harmonies of #C3BC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BC37

Black with #C3BC37

Text Example


Text Example

White with #C3BC37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BC37; }

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

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

background-color css

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

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

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

border-color css

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

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

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