Html Css Color HEX #C4B82B Old Gold

📋 copy color: '#C4B82B'

red 196 ◦ green 184 ◦ blue 43

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

Shades of Old Gold #C4B82B

Tints of Old Gold #C4B82B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.5%

 BLUE value IS 43 (17.19% from 255) = 10.17%

R = 46.34%
G = 43.5%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4B82B (or 0xC4B82B) is known color: Old Gold. HEX triplet: C4, B8 and 2B. RGB value is (196,184,43). Sum of RGB (Red+Green+Blue) = 196+184+43=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 43 (17.19% from 255 or 10.17% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B82B is #3B47D4. Grayscale: #ACACAC. Windows color (decimal): -3885013 or 2865348. OLE color: 2865348.

HSL color Cylindrical-coordinate representation of color #C4B82B: hue angle of 55.29º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4B82B is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 184 43 -
CMYK 0 0.06 0.78 0.23
HSL 55.29º 0.64% 0.47% -
HSV(B) 55.29º 0.78% 0.77% -
XYZ 40.34 46.19 9.08 -
YUV 171.51 55.48 145.46 -
System Red Green Blue C M Y K H S L
Decimal 196 184 43 0 0.06 0.78 0.23 55.29 0.64 0.47
Hex C4 B8 2B 0 6 4E 17 37 40 2F
Octal 304 270 53 0 6 116 27 67 100 57
Binary 11000100 10111000 101011 0 110 1001110 10111 110111 1000000 101111

Color Harmonies of #C4B82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B82B

Black with #C4B82B

Text Example


Text Example

White with #C4B82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B82B; }

 p { color: rgb(196,184,43); }

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

background-color css

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

 a { background-color: rgb(196,184,43); }

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

border-color css

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

 span { border-color: rgb(196,184,43); }

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