Html Css Color HEX #C6D00A La Rioja

📋 copy color: '#C6D00A'

red 198 ◦ green 208 ◦ blue 10

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

Shades of La Rioja #C6D00A

Tints of La Rioja #C6D00A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50%

 BLUE value IS 10 (4.3% from 255) = 2.4%

R = 47.6%
G = 50%
B = 2.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#C6D00A (or 0xC6D00A) is known color: La Rioja. HEX triplet: C6, D0 and 0A. RGB value is (198,208,10). Sum of RGB (Red+Green+Blue) = 198+208+10=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 208 (81.64% from 255 or 50% from 416); Blue value is 10 (4.30% from 255 or 2.40% from 416); Max value from RGB is 208 - color contains mainly: green. Hex color #C6D00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D00A is #392FF5. Grayscale: #B7B7B7. Windows color (decimal): -3747830 or 708806. OLE color: 708806.

HSL color Cylindrical-coordinate representation of color #C6D00A: hue angle of 63.03º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C6D00A is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 208 10 -
CMYK 0.05 0 0.95 0.18
HSL 63.03º 0.91% 0.43% -
HSV(B) 63.03º 0.95% 0.82% -
XYZ 45.9 57.14 8.9 -
YUV 182.44 30.69 139.1 -
System Red Green Blue C M Y K H S L
Decimal 198 208 10 0.05 0 0.95 0.18 63.03 0.91 0.43
Hex C6 D0 A 5 0 5F 12 3F 5B 2B
Octal 306 320 12 5 0 137 22 77 133 53
Binary 11000110 11010000 1010 101 0 1011111 10010 111111 1011011 101011

Color Harmonies of #C6D00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D00A

Black with #C6D00A

Text Example


Text Example

White with #C6D00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D00A; }

 p { color: rgb(198,208,10); }

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

background-color css

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

 a { background-color: rgb(198,208,10); }

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

border-color css

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

 span { border-color: rgb(198,208,10); }

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