Html Css Color HEX #C2BD34 Old Gold

📋 copy color: '#C2BD34'

red 194 ◦ green 189 ◦ blue 52

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

Shades of Old Gold #C2BD34

Tints of Old Gold #C2BD34

RGB

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

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

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

R = 44.6%
G = 43.45%
B = 11.95%

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

#C2BD34 (or 0xC2BD34) is known color: Old Gold. HEX triplet: C2, BD and 34. RGB value is (194,189,52). Sum of RGB (Red+Green+Blue) = 194+189+52=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 52 (20.70% from 255 or 11.95% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BD34 is #3D42CB. Grayscale: #AFAFAF. Windows color (decimal): -4014796 or 3456450. OLE color: 3456450.

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

Color convert

RGB 194 189 52 -
CMYK 0 0.03 0.73 0.24
HSL 57.89º 0.58% 0.48% -
HSV(B) 57.89º 0.73% 0.76% -
XYZ 41.07 48.11 10.37 -
YUV 174.88 58.66 141.64 -
System Red Green Blue C M Y K H S L
Decimal 194 189 52 0 0.03 0.73 0.24 57.89 0.58 0.48
Hex C2 BD 34 0 3 49 18 3A 3A 30
Octal 302 275 64 0 3 111 30 72 72 60
Binary 11000010 10111101 110100 0 11 1001001 11000 111010 111010 110000

Color Harmonies of #C2BD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD34

Black with #C2BD34

Text Example


Text Example

White with #C2BD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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