Html Css Color HEX #C4C002 La Rioja

📋 copy color: '#C4C002'

red 196 ◦ green 192 ◦ blue 2

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

Shades of La Rioja #C4C002

Tints of La Rioja #C4C002

RGB

 RED value IS 196 (76.95% from 255) = 50.26%

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

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

R = 50.26%
G = 49.23%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C4C002 (or 0xC4C002) is known color: La Rioja. HEX triplet: C4, C0 and 02. RGB value is (196,192,2). Sum of RGB (Red+Green+Blue) = 196+192+2=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 2 (1.17% from 255 or 0.51% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4C002 is #3B3FFD. Grayscale: #ACACAC. Windows color (decimal): -3883006 or 180420. OLE color: 180420.

HSL color Cylindrical-coordinate representation of color #C4C002: hue angle of 58.76º 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 #C4C002 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 192 2 -
CMYK 0 0.02 0.99 0.23
HSL 58.76º 0.98% 0.39% -
HSV(B) 58.76º 0.99% 0.77% -
XYZ 41.63 49.44 7.41 -
YUV 171.54 32.33 145.45 -
System Red Green Blue C M Y K H S L
Decimal 196 192 2 0 0.02 0.99 0.23 58.76 0.98 0.39
Hex C4 C0 2 0 2 63 17 3B 62 27
Octal 304 300 2 0 2 143 27 73 142 47
Binary 11000100 11000000 10 0 10 1100011 10111 111011 1100010 100111

Color Harmonies of #C4C002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C002

Black with #C4C002

Text Example


Text Example

White with #C4C002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C002; }

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

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

background-color css

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

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

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

border-color css

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

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

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