Html Css Color HEX #C2BF38 Old Gold

📋 copy color: '#C2BF38'

red 194 ◦ green 191 ◦ blue 56

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

Shades of Old Gold #C2BF38

Tints of Old Gold #C2BF38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.7%

R = 43.99%
G = 43.31%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C2BF38 (or 0xC2BF38) is known color: Old Gold. HEX triplet: C2, BF and 38. RGB value is (194,191,56). Sum of RGB (Red+Green+Blue) = 194+191+56=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 56 (22.27% from 255 or 12.70% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BF38 is #3D40C7. Grayscale: #B1B1B1. Windows color (decimal): -4014280 or 3719106. OLE color: 3719106.

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

Color convert

RGB 194 191 56 -
CMYK 0 0.02 0.71 0.24
HSL 58.7º 0.55% 0.49% -
HSV(B) 58.7º 0.71% 0.76% -
XYZ 41.59 49.02 11.01 -
YUV 176.51 59.99 140.48 -
System Red Green Blue C M Y K H S L
Decimal 194 191 56 0 0.02 0.71 0.24 58.7 0.55 0.49
Hex C2 BF 38 0 2 47 18 3B 37 31
Octal 302 277 70 0 2 107 30 73 67 61
Binary 11000010 10111111 111000 0 10 1000111 11000 111011 110111 110001

Color Harmonies of #C2BF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF38

Black with #C2BF38

Text Example


Text Example

White with #C2BF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF38; }

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

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

background-color css

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

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

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

border-color css

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

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

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