Html Css Color HEX #C4D304 La Rioja

📋 copy color: '#C4D304'

red 196 ◦ green 211 ◦ blue 4

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

Shades of La Rioja #C4D304

Tints of La Rioja #C4D304

RGB

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

 GREEN value IS 211 (82.81% from 255) = 51.34%

 BLUE value IS 4 (1.95% from 255) = 0.97%

R = 47.69%
G = 51.34%
B = 0.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#C4D304 (or 0xC4D304) is known color: La Rioja. HEX triplet: C4, D3 and 04. RGB value is (196,211,4). Sum of RGB (Red+Green+Blue) = 196+211+4=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 211 (82.81% from 255 or 51.34% from 411); Blue value is 4 (1.95% from 255 or 0.97% from 411); Max value from RGB is 211 - color contains mainly: green. Hex color #C4D304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D304 is #3B2CFB. Grayscale: #B7B7B7. Windows color (decimal): -3878140 or 316356. OLE color: 316356.

HSL color Cylindrical-coordinate representation of color #C4D304: hue angle of 64.35º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C4D304 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 196 211 4 -
CMYK 0.07 0 0.98 0.17
HSL 64.35º 0.96% 0.42% -
HSV(B) 64.35º 0.98% 0.83% -
XYZ 46.08 58.33 8.95 -
YUV 182.92 27.03 137.33 -
System Red Green Blue C M Y K H S L
Decimal 196 211 4 0.07 0 0.98 0.17 64.35 0.96 0.42
Hex C4 D3 4 7 0 62 11 40 60 2A
Octal 304 323 4 7 0 142 21 100 140 52
Binary 11000100 11010011 100 111 0 1100010 10001 1000000 1100000 101010

Color Harmonies of #C4D304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D304

Black with #C4D304

Text Example


Text Example

White with #C4D304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D304; }

 p { color: rgb(196,211,4); }

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

background-color css

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

 a { background-color: rgb(196,211,4); }

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

border-color css

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

 span { border-color: rgb(196,211,4); }

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