Html Css Color HEX #C3BD34 Old Gold

📋 copy color: '#C3BD34'

red 195 ◦ green 189 ◦ blue 52

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

Shades of Old Gold #C3BD34

Tints of Old Gold #C3BD34

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.35%

 BLUE value IS 52 (20.7% from 255) = 11.93%

R = 44.72%
G = 43.35%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C3BD34 (or 0xC3BD34) is known color: Old Gold. HEX triplet: C3, BD and 34. RGB value is (195,189,52). Sum of RGB (Red+Green+Blue) = 195+189+52=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 52 (20.70% from 255 or 11.93% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BD34 is #3C42CB. Grayscale: #AFAFAF. Windows color (decimal): -3949260 or 3456451. OLE color: 3456451.

HSL color Cylindrical-coordinate representation of color #C3BD34: hue angle of 57.48º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C3BD34 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 189 52 -
CMYK 0 0.03 0.73 0.24
HSL 57.48º 0.58% 0.48% -
HSV(B) 57.48º 0.73% 0.76% -
XYZ 41.32 48.25 10.38 -
YUV 175.18 58.49 142.14 -
System Red Green Blue C M Y K H S L
Decimal 195 189 52 0 0.03 0.73 0.24 57.48 0.58 0.48
Hex C3 BD 34 0 3 49 18 39 3A 30
Octal 303 275 64 0 3 111 30 71 72 60
Binary 11000011 10111101 110100 0 11 1001001 11000 111001 111010 110000

Color Harmonies of #C3BD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BD34

Black with #C3BD34

Text Example


Text Example

White with #C3BD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BD34; }

 p { color: rgb(195,189,52); }

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

background-color css

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

 a { background-color: rgb(195,189,52); }

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

border-color css

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

 span { border-color: rgb(195,189,52); }

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