Html Css Color HEX #C0BF36 Old Gold

📋 copy color: '#C0BF36'

red 192 ◦ green 191 ◦ blue 54

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

Shades of Old Gold #C0BF36

Tints of Old Gold #C0BF36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.36%

R = 43.94%
G = 43.71%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C0BF36 (or 0xC0BF36) is known color: Old Gold. HEX triplet: C0, BF and 36. RGB value is (192,191,54). Sum of RGB (Red+Green+Blue) = 192+191+54=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 54 (21.48% from 255 or 12.36% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BF36 is #3F40C9. Grayscale: #B0B0B0. Windows color (decimal): -4145354 or 3588032. OLE color: 3588032.

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

Color convert

RGB 192 191 54 -
CMYK 0 0.01 0.72 0.25
HSL 59.57º 0.56% 0.48% -
HSV(B) 59.57º 0.72% 0.75% -
XYZ 41.03 48.73 10.73 -
YUV 175.68 59.33 139.64 -
System Red Green Blue C M Y K H S L
Decimal 192 191 54 0 0.01 0.72 0.25 59.57 0.56 0.48
Hex C0 BF 36 0 1 48 19 3C 38 30
Octal 300 277 66 0 1 110 31 74 70 60
Binary 11000000 10111111 110110 0 1 1001000 11001 111100 111000 110000

Color Harmonies of #C0BF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF36

Black with #C0BF36

Text Example


Text Example

White with #C0BF36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF36; }

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

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

background-color css

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

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

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

border-color css

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

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

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