Html Css Color HEX #C3BC3E Old Gold

📋 copy color: '#C3BC3E'

red 195 ◦ green 188 ◦ blue 62

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

Shades of Old Gold #C3BC3E

Tints of Old Gold #C3BC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.93%

R = 43.82%
G = 42.25%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3BC3E (or 0xC3BC3E) is known color: Old Gold. HEX triplet: C3, BC and 3E. RGB value is (195,188,62). Sum of RGB (Red+Green+Blue) = 195+188+62=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 62 (24.61% from 255 or 13.93% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BC3E is #3C43C1. Grayscale: #B0B0B0. Windows color (decimal): -3949506 or 4111555. OLE color: 4111555.

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

Color convert

RGB 195 188 62 -
CMYK 0 0.04 0.68 0.24
HSL 56.84º 0.53% 0.5% -
HSV(B) 56.84º 0.68% 0.76% -
XYZ 41.36 47.92 11.63 -
YUV 175.73 63.82 141.75 -
System Red Green Blue C M Y K H S L
Decimal 195 188 62 0 0.04 0.68 0.24 56.84 0.53 0.5
Hex C3 BC 3E 0 4 44 18 39 35 32
Octal 303 274 76 0 4 104 30 71 65 62
Binary 11000011 10111100 111110 0 100 1000100 11000 111001 110101 110010

Color Harmonies of #C3BC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BC3E

Black with #C3BC3E

Text Example


Text Example

White with #C3BC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BC3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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