Html Css Color HEX #C2BD30 Old Gold

📋 copy color: '#C2BD30'

red 194 ◦ green 189 ◦ blue 48

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

Shades of Old Gold #C2BD30

Tints of Old Gold #C2BD30

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.85%

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

R = 45.01%
G = 43.85%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C2BD30 (or 0xC2BD30) is known color: Old Gold. HEX triplet: C2, BD and 30. RGB value is (194,189,48). Sum of RGB (Red+Green+Blue) = 194+189+48=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 48 (19.14% from 255 or 11.14% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BD30 is #3D42CF. Grayscale: #AEAEAE. Windows color (decimal): -4014800 or 3194306. OLE color: 3194306.

HSL color Cylindrical-coordinate representation of color #C2BD30: hue angle of 57.95º 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 #C2BD30 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 189 48 -
CMYK 0 0.03 0.75 0.24
HSL 57.95º 0.6% 0.47% -
HSV(B) 57.95º 0.75% 0.76% -
XYZ 40.98 48.08 9.92 -
YUV 174.42 56.66 141.96 -
System Red Green Blue C M Y K H S L
Decimal 194 189 48 0 0.03 0.75 0.24 57.95 0.6 0.47
Hex C2 BD 30 0 3 4B 18 3A 3C 2F
Octal 302 275 60 0 3 113 30 72 74 57
Binary 11000010 10111101 110000 0 11 1001011 11000 111010 111100 101111

Color Harmonies of #C2BD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD30

Black with #C2BD30

Text Example


Text Example

White with #C2BD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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