Html Css Color HEX #C5BB3A Old Gold

📋 copy color: '#C5BB3A'

red 197 ◦ green 187 ◦ blue 58

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

Shades of Old Gold #C5BB3A

Tints of Old Gold #C5BB3A

RGB

 RED value IS 197 (77.34% from 255) = 44.57%

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

 BLUE value IS 58 (23.05% from 255) = 13.12%

R = 44.57%
G = 42.31%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5BB3A (or 0xC5BB3A) is known color: Old Gold. HEX triplet: C5, BB and 3A. RGB value is (197,187,58). Sum of RGB (Red+Green+Blue) = 197+187+58=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 58 (23.05% from 255 or 13.12% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BB3A is #3A44C5. Grayscale: #AFAFAF. Windows color (decimal): -3818694 or 3849157. OLE color: 3849157.

HSL color Cylindrical-coordinate representation of color #C5BB3A: hue angle of 55.68º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5BB3A is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 187 58 -
CMYK 0 0.05 0.71 0.23
HSL 55.68º 0.55% 0.5% -
HSV(B) 55.68º 0.71% 0.77% -
XYZ 41.56 47.72 11.02 -
YUV 175.28 61.81 143.49 -
System Red Green Blue C M Y K H S L
Decimal 197 187 58 0 0.05 0.71 0.23 55.68 0.55 0.5
Hex C5 BB 3A 0 5 47 17 38 37 32
Octal 305 273 72 0 5 107 27 70 67 62
Binary 11000101 10111011 111010 0 101 1000111 10111 111000 110111 110010

Color Harmonies of #C5BB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BB3A

Black with #C5BB3A

Text Example


Text Example

White with #C5BB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BB3A; }

 p { color: rgb(197,187,58); }

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

background-color css

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

 a { background-color: rgb(197,187,58); }

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

border-color css

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

 span { border-color: rgb(197,187,58); }

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