Html Css Color HEX #C6D00F La Rioja

📋 copy color: '#C6D00F'

red 198 ◦ green 208 ◦ blue 15

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

Shades of La Rioja #C6D00F

Tints of La Rioja #C6D00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.56%

R = 47.03%
G = 49.41%
B = 3.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#C6D00F (or 0xC6D00F) is known color: La Rioja. HEX triplet: C6, D0 and 0F. RGB value is (198,208,15). Sum of RGB (Red+Green+Blue) = 198+208+15=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 15 (6.25% from 255 or 3.56% from 421); Max value from RGB is 208 - color contains mainly: green. Hex color #C6D00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D00F is #392FF0. Grayscale: #B7B7B7. Windows color (decimal): -3747825 or 1036486. OLE color: 1036486.

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

Color convert

RGB 198 208 15 -
CMYK 0.05 0 0.93 0.18
HSL 63.11º 0.87% 0.44% -
HSV(B) 63.11º 0.93% 0.82% -
XYZ 45.93 57.15 9.06 -
YUV 183.01 33.19 138.69 -
System Red Green Blue C M Y K H S L
Decimal 198 208 15 0.05 0 0.93 0.18 63.11 0.87 0.44
Hex C6 D0 F 5 0 5D 12 3F 57 2C
Octal 306 320 17 5 0 135 22 77 127 54
Binary 11000110 11010000 1111 101 0 1011101 10010 111111 1010111 101100

Color Harmonies of #C6D00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D00F

Black with #C6D00F

Text Example


Text Example

White with #C6D00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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