Html Css Color HEX #C2B910 La Rioja

📋 copy color: '#C2B910'

red 194 ◦ green 185 ◦ blue 16

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

Shades of La Rioja #C2B910

Tints of La Rioja #C2B910

RGB

 RED value IS 194 (76.17% from 255) = 49.11%

 GREEN value IS 185 (72.66% from 255) = 46.84%

 BLUE value IS 16 (6.64% from 255) = 4.05%

R = 49.11%
G = 46.84%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C2B910 (or 0xC2B910) is known color: La Rioja. HEX triplet: C2, B9 and 10. RGB value is (194,185,16). Sum of RGB (Red+Green+Blue) = 194+185+16=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 16 (6.64% from 255 or 4.05% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B910 is #3D46EF. Grayscale: #A9A9A9. Windows color (decimal): -4015856 or 1096130. OLE color: 1096130.

HSL color Cylindrical-coordinate representation of color #C2B910: hue angle of 56.97º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2B910 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 185 16 -
CMYK 0 0.05 0.92 0.24
HSL 56.97º 0.85% 0.41% -
HSV(B) 56.97º 0.92% 0.76% -
XYZ 39.69 46.2 7.32 -
YUV 168.43 41.98 146.24 -
System Red Green Blue C M Y K H S L
Decimal 194 185 16 0 0.05 0.92 0.24 56.97 0.85 0.41
Hex C2 B9 10 0 5 5C 18 39 55 29
Octal 302 271 20 0 5 134 30 71 125 51
Binary 11000010 10111001 10000 0 101 1011100 11000 111001 1010101 101001

Color Harmonies of #C2B910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B910

Black with #C2B910

Text Example


Text Example

White with #C2B910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B910; }

 p { color: rgb(194,185,16); }

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

background-color css

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

 a { background-color: rgb(194,185,16); }

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

border-color css

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

 span { border-color: rgb(194,185,16); }

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