Html Css Color HEX #C6CC19 Rio Grande

📋 copy color: '#C6CC19'

red 198 ◦ green 204 ◦ blue 25

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

Shades of Rio Grande #C6CC19

Tints of Rio Grande #C6CC19

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.78%

 BLUE value IS 25 (10.16% from 255) = 5.85%

R = 46.37%
G = 47.78%
B = 5.85%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#C6CC19 (or 0xC6CC19) is known color: Rio Grande. HEX triplet: C6, CC and 19. RGB value is (198,204,25). Sum of RGB (Red+Green+Blue) = 198+204+25=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 25 (10.16% from 255 or 5.85% from 427); Max value from RGB is 204 - color contains mainly: green. Hex color #C6CC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6CC19 is #3933E6. Grayscale: #B6B6B6. Windows color (decimal): -3748839 or 1690822. OLE color: 1690822.

HSL color Cylindrical-coordinate representation of color #C6CC19: hue angle of 62.01º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6CC19 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 204 25 -
CMYK 0.03 0 0.88 0.2
HSL 62.01º 0.78% 0.45% -
HSV(B) 62.01º 0.88% 0.8% -
XYZ 45.06 55.26 9.21 -
YUV 181.8 39.51 139.55 -
System Red Green Blue C M Y K H S L
Decimal 198 204 25 0.03 0 0.88 0.2 62.01 0.78 0.45
Hex C6 CC 19 3 0 58 14 3E 4E 2D
Octal 306 314 31 3 0 130 24 76 116 55
Binary 11000110 11001100 11001 11 0 1011000 10100 111110 1001110 101101

Color Harmonies of #C6CC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CC19

Black with #C6CC19

Text Example


Text Example

White with #C6CC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CC19; }

 p { color: rgb(198,204,25); }

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

background-color css

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

 a { background-color: rgb(198,204,25); }

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

border-color css

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

 span { border-color: rgb(198,204,25); }

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