Html Css Color HEX #C4BF35 Old Gold

📋 copy color: '#C4BF35'

red 196 ◦ green 191 ◦ blue 53

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

Shades of Old Gold #C4BF35

Tints of Old Gold #C4BF35

RGB

 RED value IS 196 (76.95% from 255) = 44.55%

 GREEN value IS 191 (75% from 255) = 43.41%

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

R = 44.55%
G = 43.41%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C4BF35 (or 0xC4BF35) is known color: Old Gold. HEX triplet: C4, BF and 35. RGB value is (196,191,53). Sum of RGB (Red+Green+Blue) = 196+191+53=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 53 (21.09% from 255 or 12.05% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BF35 is #3B40CA. Grayscale: #B1B1B1. Windows color (decimal): -3883211 or 3522500. OLE color: 3522500.

HSL color Cylindrical-coordinate representation of color #C4BF35: hue angle of 57.9º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C4BF35 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 191 53 -
CMYK 0 0.03 0.73 0.23
HSL 57.9º 0.57% 0.49% -
HSV(B) 57.9º 0.73% 0.77% -
XYZ 42.04 49.25 10.66 -
YUV 176.76 58.16 141.72 -
System Red Green Blue C M Y K H S L
Decimal 196 191 53 0 0.03 0.73 0.23 57.9 0.57 0.49
Hex C4 BF 35 0 3 49 17 3A 39 31
Octal 304 277 65 0 3 111 27 72 71 61
Binary 11000100 10111111 110101 0 11 1001001 10111 111010 111001 110001

Color Harmonies of #C4BF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BF35

Black with #C4BF35

Text Example


Text Example

White with #C4BF35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BF35; }

 p { color: rgb(196,191,53); }

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

background-color css

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

 a { background-color: rgb(196,191,53); }

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

border-color css

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

 span { border-color: rgb(196,191,53); }

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