Html Css Color HEX #C3C61B Rio Grande

📋 copy color: '#C3C61B'

red 195 ◦ green 198 ◦ blue 27

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

Shades of Rio Grande #C3C61B

Tints of Rio Grande #C3C61B

RGB

 RED value IS 195 (76.56% from 255) = 46.43%

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

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

R = 46.43%
G = 47.14%
B = 6.43%

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

#C3C61B (or 0xC3C61B) is known color: Rio Grande. HEX triplet: C3, C6 and 1B. RGB value is (195,198,27). Sum of RGB (Red+Green+Blue) = 195+198+27=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 27 (10.94% from 255 or 6.43% from 420); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C61B is #3C39E4. Grayscale: #B2B2B2. Windows color (decimal): -3946981 or 1820355. OLE color: 1820355.

HSL color Cylindrical-coordinate representation of color #C3C61B: hue angle of 61.05º 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 #C3C61B is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 195 198 27 -
CMYK 0.02 0 0.86 0.22
HSL 61.05º 0.76% 0.44% -
HSV(B) 61.05º 0.86% 0.78% -
XYZ 42.9 52.07 8.83 -
YUV 177.61 43.01 140.4 -
System Red Green Blue C M Y K H S L
Decimal 195 198 27 0.02 0 0.86 0.22 61.05 0.76 0.44
Hex C3 C6 1B 2 0 56 16 3D 4C 2C
Octal 303 306 33 2 0 126 26 75 114 54
Binary 11000011 11000110 11011 10 0 1010110 10110 111101 1001100 101100

Color Harmonies of #C3C61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C61B

Black with #C3C61B

Text Example


Text Example

White with #C3C61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C61B; }

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

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

background-color css

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

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

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

border-color css

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

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

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