Html Css Color HEX #C8BF30 Old Gold

📋 copy color: '#C8BF30'

red 200 ◦ green 191 ◦ blue 48

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

Shades of Old Gold #C8BF30

Tints of Old Gold #C8BF30

RGB

 RED value IS 200 (78.52% from 255) = 45.56%

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

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

R = 45.56%
G = 43.51%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C8BF30 (or 0xC8BF30) is known color: Old Gold. HEX triplet: C8, BF and 30. RGB value is (200,191,48). Sum of RGB (Red+Green+Blue) = 200+191+48=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 48 (19.14% from 255 or 10.93% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BF30 is #3740CF. Grayscale: #B1B1B1. Windows color (decimal): -3621072 or 3194824. OLE color: 3194824.

HSL color Cylindrical-coordinate representation of color #C8BF30: hue angle of 56.45º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8BF30 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 191 48 -
CMYK 0 0.04 0.76 0.22
HSL 56.45º 0.61% 0.49% -
HSV(B) 56.45º 0.76% 0.78% -
XYZ 42.98 49.75 10.13 -
YUV 177.39 54.98 144.13 -
System Red Green Blue C M Y K H S L
Decimal 200 191 48 0 0.04 0.76 0.22 56.45 0.61 0.49
Hex C8 BF 30 0 4 4C 16 38 3D 31
Octal 310 277 60 0 4 114 26 70 75 61
Binary 11001000 10111111 110000 0 100 1001100 10110 111000 111101 110001

Color Harmonies of #C8BF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BF30

Black with #C8BF30

Text Example


Text Example

White with #C8BF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BF30; }

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

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

background-color css

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

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

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

border-color css

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

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

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