Html Css Color HEX #C6BB40 Old Gold

📋 copy color: '#C6BB40'

red 198 ◦ green 187 ◦ blue 64

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

Shades of Old Gold #C6BB40

Tints of Old Gold #C6BB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.25%

R = 44.1%
G = 41.65%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C6BB40 (or 0xC6BB40) is known color: Old Gold. HEX triplet: C6, BB and 40. RGB value is (198,187,64). Sum of RGB (Red+Green+Blue) = 198+187+64=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 64 (25.39% from 255 or 14.25% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BB40 is #3944BF. Grayscale: #B0B0B0. Windows color (decimal): -3753152 or 4242374. OLE color: 4242374.

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

Color convert

RGB 198 187 64 -
CMYK 0 0.06 0.68 0.22
HSL 55.07º 0.54% 0.51% -
HSV(B) 55.07º 0.68% 0.78% -
XYZ 41.98 47.92 11.89 -
YUV 176.27 64.64 143.5 -
System Red Green Blue C M Y K H S L
Decimal 198 187 64 0 0.06 0.68 0.22 55.07 0.54 0.51
Hex C6 BB 40 0 6 44 16 37 36 33
Octal 306 273 100 0 6 104 26 67 66 63
Binary 11000110 10111011 1000000 0 110 1000100 10110 110111 110110 110011

Color Harmonies of #C6BB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BB40

Black with #C6BB40

Text Example


Text Example

White with #C6BB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BB40; }

 p { color: rgb(198,187,64); }

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

background-color css

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

 a { background-color: rgb(198,187,64); }

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

border-color css

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

 span { border-color: rgb(198,187,64); }

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