Html Css Color HEX #C2BF36 Old Gold

📋 copy color: '#C2BF36'

red 194 ◦ green 191 ◦ blue 54

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

Shades of Old Gold #C2BF36

Tints of Old Gold #C2BF36

RGB

 RED value IS 194 (76.17% from 255) = 44.19%

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

 BLUE value IS 54 (21.48% from 255) = 12.3%

R = 44.19%
G = 43.51%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C2BF36 (or 0xC2BF36) is known color: Old Gold. HEX triplet: C2, BF and 36. RGB value is (194,191,54). Sum of RGB (Red+Green+Blue) = 194+191+54=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 54 (21.48% from 255 or 12.30% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BF36 is #3D40C9. Grayscale: #B0B0B0. Windows color (decimal): -4014282 or 3588034. OLE color: 3588034.

HSL color Cylindrical-coordinate representation of color #C2BF36: hue angle of 58.71º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2BF36 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 191 54 -
CMYK 0 0.02 0.72 0.24
HSL 58.71º 0.56% 0.49% -
HSV(B) 58.71º 0.72% 0.76% -
XYZ 41.54 49 10.76 -
YUV 176.28 58.99 140.64 -
System Red Green Blue C M Y K H S L
Decimal 194 191 54 0 0.02 0.72 0.24 58.71 0.56 0.49
Hex C2 BF 36 0 2 48 18 3B 38 31
Octal 302 277 66 0 2 110 30 73 70 61
Binary 11000010 10111111 110110 0 10 1001000 11000 111011 111000 110001

Color Harmonies of #C2BF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF36

Black with #C2BF36

Text Example


Text Example

White with #C2BF36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF36; }

 p { color: rgb(194,191,54); }

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

background-color css

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

 a { background-color: rgb(194,191,54); }

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

border-color css

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

 span { border-color: rgb(194,191,54); }

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