Html Css Color HEX #C2BA30 Old Gold

📋 copy color: '#C2BA30'

red 194 ◦ green 186 ◦ blue 48

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

Shades of Old Gold #C2BA30

Tints of Old Gold #C2BA30

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.46%

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

R = 45.33%
G = 43.46%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C2BA30 (or 0xC2BA30) is known color: Old Gold. HEX triplet: C2, BA and 30. RGB value is (194,186,48). Sum of RGB (Red+Green+Blue) = 194+186+48=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 48 (19.14% from 255 or 11.21% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BA30 is #3D45CF. Grayscale: #ADADAD. Windows color (decimal): -4015568 or 3193538. OLE color: 3193538.

HSL color Cylindrical-coordinate representation of color #C2BA30: hue angle of 56.71º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2BA30 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 186 48 -
CMYK 0 0.04 0.75 0.24
HSL 56.71º 0.6% 0.47% -
HSV(B) 56.71º 0.75% 0.76% -
XYZ 40.34 46.8 9.7 -
YUV 172.66 57.65 143.22 -
System Red Green Blue C M Y K H S L
Decimal 194 186 48 0 0.04 0.75 0.24 56.71 0.6 0.47
Hex C2 BA 30 0 4 4B 18 39 3C 2F
Octal 302 272 60 0 4 113 30 71 74 57
Binary 11000010 10111010 110000 0 100 1001011 11000 111001 111100 101111

Color Harmonies of #C2BA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA30

Black with #C2BA30

Text Example


Text Example

White with #C2BA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA30; }

 p { color: rgb(194,186,48); }

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

background-color css

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

 a { background-color: rgb(194,186,48); }

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

border-color css

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

 span { border-color: rgb(194,186,48); }

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