Html Css Color HEX #C1BC3D Old Gold

📋 copy color: '#C1BC3D'

red 193 ◦ green 188 ◦ blue 61

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

Shades of Old Gold #C1BC3D

Tints of Old Gold #C1BC3D

RGB

 RED value IS 193 (75.78% from 255) = 43.67%

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

 BLUE value IS 61 (24.22% from 255) = 13.8%

R = 43.67%
G = 42.53%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C1BC3D (or 0xC1BC3D) is known color: Old Gold. HEX triplet: C1, BC and 3D. RGB value is (193,188,61). Sum of RGB (Red+Green+Blue) = 193+188+61=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 61 (24.22% from 255 or 13.80% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BC3D is #3E43C2. Grayscale: #AFAFAF. Windows color (decimal): -4080579 or 4046017. OLE color: 4046017.

HSL color Cylindrical-coordinate representation of color #C1BC3D: hue angle of 57.73º degrees, saturation: 0.52, 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 #C1BC3D is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 188 61 -
CMYK 0 0.03 0.68 0.24
HSL 57.73º 0.52% 0.5% -
HSV(B) 57.73º 0.68% 0.76% -
XYZ 40.82 47.64 11.46 -
YUV 175.02 63.66 140.83 -
System Red Green Blue C M Y K H S L
Decimal 193 188 61 0 0.03 0.68 0.24 57.73 0.52 0.5
Hex C1 BC 3D 0 3 44 18 3A 34 32
Octal 301 274 75 0 3 104 30 72 64 62
Binary 11000001 10111100 111101 0 11 1000100 11000 111010 110100 110010

Color Harmonies of #C1BC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BC3D

Black with #C1BC3D

Text Example


Text Example

White with #C1BC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BC3D; }

 p { color: rgb(193,188,61); }

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

background-color css

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

 a { background-color: rgb(193,188,61); }

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

border-color css

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

 span { border-color: rgb(193,188,61); }

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