Html Css Color HEX #C6D60B La Rioja

📋 copy color: '#C6D60B'

red 198 ◦ green 214 ◦ blue 11

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

Shades of La Rioja #C6D60B

Tints of La Rioja #C6D60B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.6%

R = 46.81%
G = 50.59%
B = 2.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#C6D60B (or 0xC6D60B) is known color: La Rioja. HEX triplet: C6, D6 and 0B. RGB value is (198,214,11). Sum of RGB (Red+Green+Blue) = 198+214+11=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 214 (83.98% from 255 or 50.59% from 423); Blue value is 11 (4.69% from 255 or 2.60% from 423); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D60B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D60B is #3929F4. Grayscale: #BABABA. Windows color (decimal): -3746293 or 775878. OLE color: 775878.

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

Color convert

RGB 198 214 11 -
CMYK 0.07 0 0.95 0.16
HSL 64.73º 0.9% 0.44% -
HSV(B) 64.73º 0.95% 0.84% -
XYZ 47.4 60.12 9.42 -
YUV 186.07 29.2 136.51 -
System Red Green Blue C M Y K H S L
Decimal 198 214 11 0.07 0 0.95 0.16 64.73 0.9 0.44
Hex C6 D6 B 7 0 5F 10 41 5A 2C
Octal 306 326 13 7 0 137 20 101 132 54
Binary 11000110 11010110 1011 111 0 1011111 10000 1000001 1011010 101100

Color Harmonies of #C6D60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D60B

Black with #C6D60B

Text Example


Text Example

White with #C6D60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D60B; }

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

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

background-color css

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

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

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

border-color css

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

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

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