Html Css Color HEX #C6D60C La Rioja

📋 copy color: '#C6D60C'

red 198 ◦ green 214 ◦ blue 12

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

Shades of La Rioja #C6D60C

Tints of La Rioja #C6D60C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.47%

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

R = 46.7%
G = 50.47%
B = 2.83%

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

#C6D60C (or 0xC6D60C) is known color: La Rioja. HEX triplet: C6, D6 and 0C. RGB value is (198,214,12). Sum of RGB (Red+Green+Blue) = 198+214+12=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 214 (83.98% from 255 or 50.47% from 424); Blue value is 12 (5.08% from 255 or 2.83% from 424); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D60C is #3929F3. Grayscale: #BABABA. Windows color (decimal): -3746292 or 841414. OLE color: 841414.

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

Color convert

RGB 198 214 12 -
CMYK 0.07 0 0.94 0.16
HSL 64.75º 0.89% 0.44% -
HSV(B) 64.75º 0.94% 0.84% -
XYZ 47.4 60.13 9.45 -
YUV 186.19 29.7 136.43 -
System Red Green Blue C M Y K H S L
Decimal 198 214 12 0.07 0 0.94 0.16 64.75 0.89 0.44
Hex C6 D6 C 7 0 5E 10 41 59 2C
Octal 306 326 14 7 0 136 20 101 131 54
Binary 11000110 11010110 1100 111 0 1011110 10000 1000001 1011001 101100

Color Harmonies of #C6D60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D60C

Black with #C6D60C

Text Example


Text Example

White with #C6D60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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