Html Css Color HEX #C4C61B Rio Grande

📋 copy color: '#C4C61B'

red 196 ◦ green 198 ◦ blue 27

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

Shades of Rio Grande #C4C61B

Tints of Rio Grande #C4C61B

RGB

 RED value IS 196 (76.95% from 255) = 46.56%

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

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

R = 46.56%
G = 47.03%
B = 6.41%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C4C61B (or 0xC4C61B) is known color: Rio Grande. HEX triplet: C4, C6 and 1B. RGB value is (196,198,27). Sum of RGB (Red+Green+Blue) = 196+198+27=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 198 (77.73% from 255 or 47.03% from 421); Blue value is 27 (10.94% from 255 or 6.41% from 421); Max value from RGB is 198 - color contains mainly: green. Hex color #C4C61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C61B is #3B39E4. Grayscale: #B2B2B2. Windows color (decimal): -3881445 or 1820356. OLE color: 1820356.

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

Color convert

RGB 196 198 27 -
CMYK 0.01 0 0.86 0.22
HSL 60.7º 0.76% 0.44% -
HSV(B) 60.7º 0.86% 0.78% -
XYZ 43.16 52.2 8.84 -
YUV 177.91 42.84 140.9 -
System Red Green Blue C M Y K H S L
Decimal 196 198 27 0.01 0 0.86 0.22 60.7 0.76 0.44
Hex C4 C6 1B 1 0 56 16 3D 4C 2C
Octal 304 306 33 1 0 126 26 75 114 54
Binary 11000100 11000110 11011 1 0 1010110 10110 111101 1001100 101100

Color Harmonies of #C4C61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C61B

Black with #C4C61B

Text Example


Text Example

White with #C4C61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C61B; }

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

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

background-color css

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

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

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

border-color css

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

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

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