Html Css Color HEX #C0BF37 Old Gold

📋 copy color: '#C0BF37'

red 192 ◦ green 191 ◦ blue 55

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

Shades of Old Gold #C0BF37

Tints of Old Gold #C0BF37

RGB

 RED value IS 192 (75.39% from 255) = 43.84%

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

 BLUE value IS 55 (21.88% from 255) = 12.56%

R = 43.84%
G = 43.61%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C0BF37 (or 0xC0BF37) is known color: Old Gold. HEX triplet: C0, BF and 37. RGB value is (192,191,55). Sum of RGB (Red+Green+Blue) = 192+191+55=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 55 (21.88% from 255 or 12.56% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BF37 is #3F40C8. Grayscale: #B0B0B0. Windows color (decimal): -4145353 or 3653568. OLE color: 3653568.

HSL color Cylindrical-coordinate representation of color #C0BF37: hue angle of 59.56º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0BF37 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 191 55 -
CMYK 0 0.01 0.71 0.25
HSL 59.56º 0.55% 0.48% -
HSV(B) 59.56º 0.71% 0.75% -
XYZ 41.06 48.74 10.86 -
YUV 175.8 59.83 139.56 -
System Red Green Blue C M Y K H S L
Decimal 192 191 55 0 0.01 0.71 0.25 59.56 0.55 0.48
Hex C0 BF 37 0 1 47 19 3C 37 30
Octal 300 277 67 0 1 107 31 74 67 60
Binary 11000000 10111111 110111 0 1 1000111 11001 111100 110111 110000

Color Harmonies of #C0BF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF37

Black with #C0BF37

Text Example


Text Example

White with #C0BF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF37; }

 p { color: rgb(192,191,55); }

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

background-color css

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

 a { background-color: rgb(192,191,55); }

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

border-color css

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

 span { border-color: rgb(192,191,55); }

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