Html Css Color HEX #C8BE34 Old Gold

📋 copy color: '#C8BE34'

red 200 ◦ green 190 ◦ blue 52

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

Shades of Old Gold #C8BE34

Tints of Old Gold #C8BE34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.76%

R = 45.25%
G = 42.99%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C8BE34 (or 0xC8BE34) is known color: Old Gold. HEX triplet: C8, BE and 34. RGB value is (200,190,52). Sum of RGB (Red+Green+Blue) = 200+190+52=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 52 (20.70% from 255 or 11.76% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BE34 is #3741CB. Grayscale: #B1B1B1. Windows color (decimal): -3621324 or 3456712. OLE color: 3456712.

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

Color convert

RGB 200 190 52 -
CMYK 0 0.05 0.74 0.22
HSL 55.95º 0.59% 0.49% -
HSV(B) 55.95º 0.74% 0.78% -
XYZ 42.85 49.35 10.52 -
YUV 177.26 57.31 144.22 -
System Red Green Blue C M Y K H S L
Decimal 200 190 52 0 0.05 0.74 0.22 55.95 0.59 0.49
Hex C8 BE 34 0 5 4A 16 38 3B 31
Octal 310 276 64 0 5 112 26 70 73 61
Binary 11001000 10111110 110100 0 101 1001010 10110 111000 111011 110001

Color Harmonies of #C8BE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BE34

Black with #C8BE34

Text Example


Text Example

White with #C8BE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BE34; }

 p { color: rgb(200,190,52); }

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

background-color css

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

 a { background-color: rgb(200,190,52); }

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

border-color css

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

 span { border-color: rgb(200,190,52); }

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