Html Css Color HEX #C1BE30 Old Gold

📋 copy color: '#C1BE30'

red 193 ◦ green 190 ◦ blue 48

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

Shades of Old Gold #C1BE30

Tints of Old Gold #C1BE30

RGB

 RED value IS 193 (75.78% from 255) = 44.78%

 GREEN value IS 190 (74.61% from 255) = 44.08%

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

R = 44.78%
G = 44.08%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C1BE30 (or 0xC1BE30) is known color: Old Gold. HEX triplet: C1, BE and 30. RGB value is (193,190,48). Sum of RGB (Red+Green+Blue) = 193+190+48=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 48 (19.14% from 255 or 11.14% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BE30 is #3E41CF. Grayscale: #AFAFAF. Windows color (decimal): -4080080 or 3194561. OLE color: 3194561.

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

Color convert

RGB 193 190 48 -
CMYK 0 0.02 0.75 0.24
HSL 58.76º 0.6% 0.47% -
HSV(B) 58.76º 0.75% 0.76% -
XYZ 40.94 48.38 9.98 -
YUV 174.71 56.49 141.05 -
System Red Green Blue C M Y K H S L
Decimal 193 190 48 0 0.02 0.75 0.24 58.76 0.6 0.47
Hex C1 BE 30 0 2 4B 18 3B 3C 2F
Octal 301 276 60 0 2 113 30 73 74 57
Binary 11000001 10111110 110000 0 10 1001011 11000 111011 111100 101111

Color Harmonies of #C1BE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BE30

Black with #C1BE30

Text Example


Text Example

White with #C1BE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BE30; }

 p { color: rgb(193,190,48); }

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

background-color css

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

 a { background-color: rgb(193,190,48); }

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

border-color css

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

 span { border-color: rgb(193,190,48); }

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