Html Css Color HEX #C6D512 Rio Grande

📋 copy color: '#C6D512'

red 198 ◦ green 213 ◦ blue 18

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

Shades of Rio Grande #C6D512

Tints of Rio Grande #C6D512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.2%

R = 46.15%
G = 49.65%
B = 4.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#C6D512 (or 0xC6D512) is known color: Rio Grande. HEX triplet: C6, D5 and 12. RGB value is (198,213,18). Sum of RGB (Red+Green+Blue) = 198+213+18=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 213 (83.59% from 255 or 49.65% from 429); Blue value is 18 (7.42% from 255 or 4.20% from 429); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D512 is #392AED. Grayscale: #BBBBBB. Windows color (decimal): -3746542 or 1234374. OLE color: 1234374.

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

Color convert

RGB 198 213 18 -
CMYK 0.07 0 0.92 0.16
HSL 64.62º 0.84% 0.45% -
HSV(B) 64.62º 0.92% 0.84% -
XYZ 47.19 59.64 9.6 -
YUV 186.29 33.03 136.36 -
System Red Green Blue C M Y K H S L
Decimal 198 213 18 0.07 0 0.92 0.16 64.62 0.84 0.45
Hex C6 D5 12 7 0 5C 10 41 54 2D
Octal 306 325 22 7 0 134 20 101 124 55
Binary 11000110 11010101 10010 111 0 1011100 10000 1000001 1010100 101101

Color Harmonies of #C6D512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D512

Black with #C6D512

Text Example


Text Example

White with #C6D512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D512; }

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

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

background-color css

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

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

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

border-color css

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

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

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