Html Css Color HEX #C2BD37 Old Gold

📋 copy color: '#C2BD37'

red 194 ◦ green 189 ◦ blue 55

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

Shades of Old Gold #C2BD37

Tints of Old Gold #C2BD37

RGB

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

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

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

R = 44.29%
G = 43.15%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C2BD37 (or 0xC2BD37) is known color: Old Gold. HEX triplet: C2, BD and 37. RGB value is (194,189,55). Sum of RGB (Red+Green+Blue) = 194+189+55=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 55 (21.88% from 255 or 12.56% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BD37 is #3D42C8. Grayscale: #AFAFAF. Windows color (decimal): -4014793 or 3653058. OLE color: 3653058.

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

Color convert

RGB 194 189 55 -
CMYK 0 0.03 0.72 0.24
HSL 57.84º 0.56% 0.49% -
HSV(B) 57.84º 0.72% 0.76% -
XYZ 41.14 48.14 10.74 -
YUV 175.22 60.16 141.4 -
System Red Green Blue C M Y K H S L
Decimal 194 189 55 0 0.03 0.72 0.24 57.84 0.56 0.49
Hex C2 BD 37 0 3 48 18 3A 38 31
Octal 302 275 67 0 3 110 30 72 70 61
Binary 11000010 10111101 110111 0 11 1001000 11000 111010 111000 110001

Color Harmonies of #C2BD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD37

Black with #C2BD37

Text Example


Text Example

White with #C2BD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD37; }

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

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

background-color css

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

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

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

border-color css

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

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

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