Html Css Color HEX #C2C61B Rio Grande

📋 copy color: '#C2C61B'

red 194 ◦ green 198 ◦ blue 27

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

Shades of Rio Grande #C2C61B

Tints of Rio Grande #C2C61B

RGB

 RED value IS 194 (76.17% from 255) = 46.3%

 GREEN value IS 198 (77.73% from 255) = 47.26%

 BLUE value IS 27 (10.94% from 255) = 6.44%

R = 46.3%
G = 47.26%
B = 6.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C2C61B (or 0xC2C61B) is known color: Rio Grande. HEX triplet: C2, C6 and 1B. RGB value is (194,198,27). Sum of RGB (Red+Green+Blue) = 194+198+27=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 27 (10.94% from 255 or 6.44% from 419); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C61B is #3D39E4. Grayscale: #B1B1B1. Windows color (decimal): -4012517 or 1820354. OLE color: 1820354.

HSL color Cylindrical-coordinate representation of color #C2C61B: hue angle of 61.4º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2C61B is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 198 27 -
CMYK 0.02 0 0.86 0.22
HSL 61.4º 0.76% 0.44% -
HSV(B) 61.4º 0.86% 0.78% -
XYZ 42.64 51.94 8.81 -
YUV 177.31 43.17 139.9 -
System Red Green Blue C M Y K H S L
Decimal 194 198 27 0.02 0 0.86 0.22 61.4 0.76 0.44
Hex C2 C6 1B 2 0 56 16 3D 4C 2C
Octal 302 306 33 2 0 126 26 75 114 54
Binary 11000010 11000110 11011 10 0 1010110 10110 111101 1001100 101100

Color Harmonies of #C2C61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C61B

Black with #C2C61B

Text Example


Text Example

White with #C2C61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C61B; }

 p { color: rgb(194,198,27); }

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

background-color css

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

 a { background-color: rgb(194,198,27); }

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

border-color css

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

 span { border-color: rgb(194,198,27); }

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