Html Css Color HEX #C4D50C La Rioja

📋 copy color: '#C4D50C'

red 196 ◦ green 213 ◦ blue 12

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

Shades of La Rioja #C4D50C

Tints of La Rioja #C4D50C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.59%

 BLUE value IS 12 (5.08% from 255) = 2.85%

R = 46.56%
G = 50.59%
B = 2.85%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#C4D50C (or 0xC4D50C) is known color: La Rioja. HEX triplet: C4, D5 and 0C. RGB value is (196,213,12). Sum of RGB (Red+Green+Blue) = 196+213+12=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 213 (83.59% from 255 or 50.59% from 421); Blue value is 12 (5.08% from 255 or 2.85% from 421); Max value from RGB is 213 - color contains mainly: green. Hex color #C4D50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D50C is #3B2AF3. Grayscale: #B9B9B9. Windows color (decimal): -3877620 or 841156. OLE color: 841156.

HSL color Cylindrical-coordinate representation of color #C4D50C: hue angle of 65.07º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4D50C is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 213 12 -
CMYK 0.08 0 0.94 0.16
HSL 65.07º 0.89% 0.44% -
HSV(B) 65.07º 0.94% 0.84% -
XYZ 46.63 59.35 9.35 -
YUV 185 30.37 135.84 -
System Red Green Blue C M Y K H S L
Decimal 196 213 12 0.08 0 0.94 0.16 65.07 0.89 0.44
Hex C4 D5 C 8 0 5E 10 41 59 2C
Octal 304 325 14 10 0 136 20 101 131 54
Binary 11000100 11010101 1100 1000 0 1011110 10000 1000001 1011001 101100

Color Harmonies of #C4D50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D50C

Black with #C4D50C

Text Example


Text Example

White with #C4D50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D50C; }

 p { color: rgb(196,213,12); }

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

background-color css

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

 a { background-color: rgb(196,213,12); }

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

border-color css

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

 span { border-color: rgb(196,213,12); }

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