Html Css Color HEX #C5C002 La Rioja

📋 copy color: '#C5C002'

red 197 ◦ green 192 ◦ blue 2

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

Shades of La Rioja #C5C002

Tints of La Rioja #C5C002

RGB

 RED value IS 197 (77.34% from 255) = 50.38%

 GREEN value IS 192 (75.39% from 255) = 49.1%

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 50.38%
G = 49.1%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C5C002 (or 0xC5C002) is known color: La Rioja. HEX triplet: C5, C0 and 02. RGB value is (197,192,2). Sum of RGB (Red+Green+Blue) = 197+192+2=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 2 (1.17% from 255 or 0.51% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C002 is #3A3FFD. Grayscale: #ACACAC. Windows color (decimal): -3817470 or 180421. OLE color: 180421.

HSL color Cylindrical-coordinate representation of color #C5C002: hue angle of 58.46º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5C002 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 192 2 -
CMYK 0 0.03 0.99 0.23
HSL 58.46º 0.98% 0.39% -
HSV(B) 58.46º 0.99% 0.77% -
XYZ 41.89 49.57 7.42 -
YUV 171.84 32.16 145.95 -
System Red Green Blue C M Y K H S L
Decimal 197 192 2 0 0.03 0.99 0.23 58.46 0.98 0.39
Hex C5 C0 2 0 3 63 17 3A 62 27
Octal 305 300 2 0 3 143 27 72 142 47
Binary 11000101 11000000 10 0 11 1100011 10111 111010 1100010 100111

Color Harmonies of #C5C002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C002

Black with #C5C002

Text Example


Text Example

White with #C5C002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C002; }

 p { color: rgb(197,192,2); }

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

background-color css

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

 a { background-color: rgb(197,192,2); }

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

border-color css

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

 span { border-color: rgb(197,192,2); }

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