Html Css Color HEX #C7BC30 Old Gold

📋 copy color: '#C7BC30'

red 199 ◦ green 188 ◦ blue 48

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

Shades of Old Gold #C7BC30

Tints of Old Gold #C7BC30

RGB

 RED value IS 199 (78.13% from 255) = 45.75%

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

 BLUE value IS 48 (19.14% from 255) = 11.03%

R = 45.75%
G = 43.22%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C7BC30 (or 0xC7BC30) is known color: Old Gold. HEX triplet: C7, BC and 30. RGB value is (199,188,48). Sum of RGB (Red+Green+Blue) = 199+188+48=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 48 (19.14% from 255 or 11.03% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BC30 is #3843CF. Grayscale: #AFAFAF. Windows color (decimal): -3687376 or 3194055. OLE color: 3194055.

HSL color Cylindrical-coordinate representation of color #C7BC30: hue angle of 55.63º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C7BC30 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 188 48 -
CMYK 0 0.06 0.76 0.22
HSL 55.63º 0.61% 0.48% -
HSV(B) 55.63º 0.76% 0.78% -
XYZ 42.07 48.32 9.91 -
YUV 175.33 56.14 144.88 -
System Red Green Blue C M Y K H S L
Decimal 199 188 48 0 0.06 0.76 0.22 55.63 0.61 0.48
Hex C7 BC 30 0 6 4C 16 38 3D 30
Octal 307 274 60 0 6 114 26 70 75 60
Binary 11000111 10111100 110000 0 110 1001100 10110 111000 111101 110000

Color Harmonies of #C7BC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BC30

Black with #C7BC30

Text Example


Text Example

White with #C7BC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BC30; }

 p { color: rgb(199,188,48); }

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

background-color css

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

 a { background-color: rgb(199,188,48); }

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

border-color css

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

 span { border-color: rgb(199,188,48); }

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