Html Css Color HEX #C2BB35 Old Gold

📋 copy color: '#C2BB35'

red 194 ◦ green 187 ◦ blue 53

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

Shades of Old Gold #C2BB35

Tints of Old Gold #C2BB35

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.09%

 BLUE value IS 53 (21.09% from 255) = 12.21%

R = 44.7%
G = 43.09%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C2BB35 (or 0xC2BB35) is known color: Old Gold. HEX triplet: C2, BB and 35. RGB value is (194,187,53). Sum of RGB (Red+Green+Blue) = 194+187+53=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 53 (21.09% from 255 or 12.21% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BB35 is #3D44CA. Grayscale: #AEAEAE. Windows color (decimal): -4015307 or 3521474. OLE color: 3521474.

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

Color convert

RGB 194 187 53 -
CMYK 0 0.04 0.73 0.24
HSL 57.02º 0.57% 0.48% -
HSV(B) 57.02º 0.73% 0.76% -
XYZ 40.66 47.27 10.35 -
YUV 173.82 59.82 142.4 -
System Red Green Blue C M Y K H S L
Decimal 194 187 53 0 0.04 0.73 0.24 57.02 0.57 0.48
Hex C2 BB 35 0 4 49 18 39 39 30
Octal 302 273 65 0 4 111 30 71 71 60
Binary 11000010 10111011 110101 0 100 1001001 11000 111001 111001 110000

Color Harmonies of #C2BB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BB35

Black with #C2BB35

Text Example


Text Example

White with #C2BB35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BB35; }

 p { color: rgb(194,187,53); }

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

background-color css

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

 a { background-color: rgb(194,187,53); }

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

border-color css

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

 span { border-color: rgb(194,187,53); }

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