Html Css Color HEX #C0BF30 Old Gold

📋 copy color: '#C0BF30'

red 192 ◦ green 191 ◦ blue 48

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

Shades of Old Gold #C0BF30

Tints of Old Gold #C0BF30

RGB

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

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

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

R = 44.55%
G = 44.32%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C0BF30 (or 0xC0BF30) is known color: Old Gold. HEX triplet: C0, BF and 30. RGB value is (192,191,48). Sum of RGB (Red+Green+Blue) = 192+191+48=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 48 (19.14% from 255 or 11.14% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BF30 is #3F40CF. Grayscale: #AFAFAF. Windows color (decimal): -4145360 or 3194816. OLE color: 3194816.

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

Color convert

RGB 192 191 48 -
CMYK 0 0.01 0.75 0.25
HSL 59.58º 0.6% 0.47% -
HSV(B) 59.58º 0.75% 0.75% -
XYZ 40.9 48.68 10.04 -
YUV 175 56.33 140.13 -
System Red Green Blue C M Y K H S L
Decimal 192 191 48 0 0.01 0.75 0.25 59.58 0.6 0.47
Hex C0 BF 30 0 1 4B 19 3C 3C 2F
Octal 300 277 60 0 1 113 31 74 74 57
Binary 11000000 10111111 110000 0 1 1001011 11001 111100 111100 101111

Color Harmonies of #C0BF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF30

Black with #C0BF30

Text Example


Text Example

White with #C0BF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF30; }

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

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

background-color css

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

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

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

border-color css

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

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

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