Html Css Color HEX #C6BC4B Old Gold

📋 copy color: '#C6BC4B'

red 198 ◦ green 188 ◦ blue 75

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

Shades of Old Gold #C6BC4B

Tints of Old Gold #C6BC4B

RGB

 RED value IS 198 (77.73% from 255) = 42.95%

 GREEN value IS 188 (73.83% from 255) = 40.78%

 BLUE value IS 75 (29.69% from 255) = 16.27%

R = 42.95%
G = 40.78%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6BC4B (or 0xC6BC4B) is known color: Old Gold. HEX triplet: C6, BC and 4B. RGB value is (198,188,75). Sum of RGB (Red+Green+Blue) = 198+188+75=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BC4B is #3943B4. Grayscale: #B2B2B2. Windows color (decimal): -3752885 or 4963526. OLE color: 4963526.

HSL color Cylindrical-coordinate representation of color #C6BC4B: hue angle of 55.12º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6BC4B is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 188 75 -
CMYK 0 0.05 0.62 0.22
HSL 55.12º 0.52% 0.54% -
HSV(B) 55.12º 0.62% 0.78% -
XYZ 42.54 48.48 13.77 -
YUV 178.11 69.81 142.19 -
System Red Green Blue C M Y K H S L
Decimal 198 188 75 0 0.05 0.62 0.22 55.12 0.52 0.54
Hex C6 BC 4B 0 5 3E 16 37 34 36
Octal 306 274 113 0 5 76 26 67 64 66
Binary 11000110 10111100 1001011 0 101 111110 10110 110111 110100 110110

Color Harmonies of #C6BC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BC4B

Black with #C6BC4B

Text Example


Text Example

White with #C6BC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BC4B; }

 p { color: rgb(198,188,75); }

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

background-color css

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

 a { background-color: rgb(198,188,75); }

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

border-color css

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

 span { border-color: rgb(198,188,75); }

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