Html Css Color HEX #C6D50B La Rioja

📋 copy color: '#C6D50B'

red 198 ◦ green 213 ◦ blue 11

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

Shades of La Rioja #C6D50B

Tints of La Rioja #C6D50B

RGB

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

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

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

R = 46.92%
G = 50.47%
B = 2.61%

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

#C6D50B (or 0xC6D50B) is known color: La Rioja. HEX triplet: C6, D5 and 0B. RGB value is (198,213,11). Sum of RGB (Red+Green+Blue) = 198+213+11=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 213 (83.59% from 255 or 50.47% from 422); Blue value is 11 (4.69% from 255 or 2.61% from 422); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D50B is #392AF4. Grayscale: #BABABA. Windows color (decimal): -3746549 or 775622. OLE color: 775622.

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

Color convert

RGB 198 213 11 -
CMYK 0.07 0 0.95 0.16
HSL 64.46º 0.9% 0.44% -
HSV(B) 64.46º 0.95% 0.84% -
XYZ 47.14 59.62 9.34 -
YUV 185.49 29.53 136.93 -
System Red Green Blue C M Y K H S L
Decimal 198 213 11 0.07 0 0.95 0.16 64.46 0.9 0.44
Hex C6 D5 B 7 0 5F 10 40 5A 2C
Octal 306 325 13 7 0 137 20 100 132 54
Binary 11000110 11010101 1011 111 0 1011111 10000 1000000 1011010 101100

Color Harmonies of #C6D50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D50B

Black with #C6D50B

Text Example


Text Example

White with #C6D50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D50B; }

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

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

background-color css

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

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

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

border-color css

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

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

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