Html Css Color HEX #C4C800 La Rioja

📋 copy color: '#C4C800'

red 196 ◦ green 200 ◦ blue 0

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

Shades of La Rioja #C4C800

Tints of La Rioja #C4C800

RGB

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

 GREEN value IS 200 (78.52% from 255) = 50.51%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.49%
G = 50.51%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C4C800 (or 0xC4C800) is known color: La Rioja. HEX triplet: C4, C8 and 00. RGB value is (196,200,0). Sum of RGB (Red+Green+Blue) = 196+200+0=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 200 (78.52% from 255 or 50.51% from 396); Blue value is 0 (0.39% from 255 or 0% from 396); Max value from RGB is 200 - color contains mainly: green. Hex color #C4C800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4C800 is #3B37FF. Grayscale: #B0B0B0. Windows color (decimal): -3880960 or 51396. OLE color: 51396.

HSL color Cylindrical-coordinate representation of color #C4C800: hue angle of 61.2º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C4C800 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 196 200 0 -
CMYK 0.02 0 1 0.22
HSL 61.2º 1% 0.39% -
HSV(B) 61.2º 1% 0.78% -
XYZ 43.42 53.04 7.95 -
YUV 176 28.67 142.26 -
System Red Green Blue C M Y K H S L
Decimal 196 200 0 0.02 0 1 0.22 61.2 1 0.39
Hex C4 C8 0 2 0 64 16 3D 64 27
Octal 304 310 0 2 0 144 26 75 144 47
Binary 11000100 11001000 0 10 0 1100100 10110 111101 1100100 100111

Color Harmonies of #C4C800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C800

Black with #C4C800

Text Example


Text Example

White with #C4C800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C800; }

 p { color: rgb(196,200,0); }

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

background-color css

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

 a { background-color: rgb(196,200,0); }

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

border-color css

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

 span { border-color: rgb(196,200,0); }

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