Html Css Color HEX #C4D80C Rio Grande

📋 copy color: '#C4D80C'

red 196 ◦ green 216 ◦ blue 12

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

Shades of Rio Grande #C4D80C

Tints of Rio Grande #C4D80C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50.94%

 BLUE value IS 12 (5.08% from 255) = 2.83%

R = 46.23%
G = 50.94%
B = 2.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#C4D80C (or 0xC4D80C) is known color: Rio Grande. HEX triplet: C4, D8 and 0C. RGB value is (196,216,12). Sum of RGB (Red+Green+Blue) = 196+216+12=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 216 (84.77% from 255 or 50.94% from 424); Blue value is 12 (5.08% from 255 or 2.83% from 424); Max value from RGB is 216 - color contains mainly: green. Hex color #C4D80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D80C is #3B27F3. Grayscale: #BBBBBB. Windows color (decimal): -3876852 or 841924. OLE color: 841924.

HSL color Cylindrical-coordinate representation of color #C4D80C: hue angle of 65.88º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4D80C is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 216 12 -
CMYK 0.09 0 0.94 0.15
HSL 65.88º 0.89% 0.45% -
HSV(B) 65.88º 0.94% 0.85% -
XYZ 47.39 60.87 9.6 -
YUV 186.76 29.37 134.59 -
System Red Green Blue C M Y K H S L
Decimal 196 216 12 0.09 0 0.94 0.15 65.88 0.89 0.45
Hex C4 D8 C 9 0 5E F 42 59 2D
Octal 304 330 14 11 0 136 17 102 131 55
Binary 11000100 11011000 1100 1001 0 1011110 1111 1000010 1011001 101101

Color Harmonies of #C4D80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D80C

Black with #C4D80C

Text Example


Text Example

White with #C4D80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D80C; }

 p { color: rgb(196,216,12); }

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

background-color css

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

 a { background-color: rgb(196,216,12); }

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

border-color css

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

 span { border-color: rgb(196,216,12); }

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