Html Css Color HEX #C6D50C La Rioja

📋 copy color: '#C6D50C'

red 198 ◦ green 213 ◦ blue 12

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

Shades of La Rioja #C6D50C

Tints of La Rioja #C6D50C

RGB

 RED value IS 198 (77.73% from 255) = 46.81%

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

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

R = 46.81%
G = 50.35%
B = 2.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#C6D50C (or 0xC6D50C) is known color: La Rioja. HEX triplet: C6, D5 and 0C. RGB value is (198,213,12). Sum of RGB (Red+Green+Blue) = 198+213+12=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 213 (83.59% from 255 or 50.35% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D50C is #392AF3. Grayscale: #BABABA. Windows color (decimal): -3746548 or 841158. OLE color: 841158.

HSL color Cylindrical-coordinate representation of color #C6D50C: hue angle of 64.48º 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 #C6D50C is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 213 12 -
CMYK 0.07 0 0.94 0.16
HSL 64.48º 0.89% 0.44% -
HSV(B) 64.48º 0.94% 0.84% -
XYZ 47.15 59.62 9.37 -
YUV 185.6 30.03 136.84 -
System Red Green Blue C M Y K H S L
Decimal 198 213 12 0.07 0 0.94 0.16 64.48 0.89 0.44
Hex C6 D5 C 7 0 5E 10 40 59 2C
Octal 306 325 14 7 0 136 20 100 131 54
Binary 11000110 11010101 1100 111 0 1011110 10000 1000000 1011001 101100

Color Harmonies of #C6D50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D50C

Black with #C6D50C

Text Example


Text Example

White with #C6D50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D50C; }

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

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

background-color css

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

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

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

border-color css

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

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

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