Html Css Color HEX #C6D60D La Rioja

📋 copy color: '#C6D60D'

red 198 ◦ green 214 ◦ blue 13

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

Shades of La Rioja #C6D60D

Tints of La Rioja #C6D60D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.06%

R = 46.59%
G = 50.35%
B = 3.06%

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

#C6D60D (or 0xC6D60D) is known color: La Rioja. HEX triplet: C6, D6 and 0D. RGB value is (198,214,13). Sum of RGB (Red+Green+Blue) = 198+214+13=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 214 (83.98% from 255 or 50.35% from 425); Blue value is 13 (5.47% from 255 or 3.06% from 425); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D60D is #3929F2. Grayscale: #BBBBBB. Windows color (decimal): -3746291 or 906950. OLE color: 906950.

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

Color convert

RGB 198 214 13 -
CMYK 0.07 0 0.94 0.16
HSL 64.78º 0.89% 0.45% -
HSV(B) 64.78º 0.94% 0.84% -
XYZ 47.41 60.13 9.49 -
YUV 186.3 30.2 136.34 -
System Red Green Blue C M Y K H S L
Decimal 198 214 13 0.07 0 0.94 0.16 64.78 0.89 0.45
Hex C6 D6 D 7 0 5E 10 41 59 2D
Octal 306 326 15 7 0 136 20 101 131 55
Binary 11000110 11010110 1101 111 0 1011110 10000 1000001 1011001 101101

Color Harmonies of #C6D60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D60D

Black with #C6D60D

Text Example


Text Example

White with #C6D60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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