Html Css Color HEX #C2BD3B Old Gold

📋 copy color: '#C2BD3B'

red 194 ◦ green 189 ◦ blue 59

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

Shades of Old Gold #C2BD3B

Tints of Old Gold #C2BD3B

RGB

 RED value IS 194 (76.17% from 255) = 43.89%

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

 BLUE value IS 59 (23.44% from 255) = 13.35%

R = 43.89%
G = 42.76%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2BD3B (or 0xC2BD3B) is known color: Old Gold. HEX triplet: C2, BD and 3B. RGB value is (194,189,59). Sum of RGB (Red+Green+Blue) = 194+189+59=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 59 (23.44% from 255 or 13.35% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BD3B is #3D42C4. Grayscale: #B0B0B0. Windows color (decimal): -4014789 or 3915202. OLE color: 3915202.

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

Color convert

RGB 194 189 59 -
CMYK 0 0.03 0.70 0.24
HSL 57.78º 0.53% 0.5% -
HSV(B) 57.78º 0.7% 0.76% -
XYZ 41.24 48.18 11.26 -
YUV 175.68 62.16 141.07 -
System Red Green Blue C M Y K H S L
Decimal 194 189 59 0 0.03 0.70 0.24 57.78 0.53 0.5
Hex C2 BD 3B 0 3 46 18 3A 35 32
Octal 302 275 73 0 3 106 30 72 65 62
Binary 11000010 10111101 111011 0 11 1000110 11000 111010 110101 110010

Color Harmonies of #C2BD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD3B

Black with #C2BD3B

Text Example


Text Example

White with #C2BD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD3B; }

 p { color: rgb(194,189,59); }

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

background-color css

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

 a { background-color: rgb(194,189,59); }

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

border-color css

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

 span { border-color: rgb(194,189,59); }

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