Html Css Color HEX #C4C821 Rio Grande

📋 copy color: '#C4C821'

red 196 ◦ green 200 ◦ blue 33

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

Shades of Rio Grande #C4C821

Tints of Rio Grande #C4C821

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.62%

 BLUE value IS 33 (13.28% from 255) = 7.69%

R = 45.69%
G = 46.62%
B = 7.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C4C821 (or 0xC4C821) is known color: Rio Grande. HEX triplet: C4, C8 and 21. RGB value is (196,200,33). Sum of RGB (Red+Green+Blue) = 196+200+33=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 200 (78.52% from 255 or 46.62% from 429); Blue value is 33 (13.28% from 255 or 7.69% from 429); Max value from RGB is 200 - color contains mainly: green. Hex color #C4C821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C821 is #3B37DE. Grayscale: #B4B4B4. Windows color (decimal): -3880927 or 2214084. OLE color: 2214084.

HSL color Cylindrical-coordinate representation of color #C4C821: hue angle of 61.44º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C4C821 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 196 200 33 -
CMYK 0.02 0 0.84 0.22
HSL 61.44º 0.72% 0.46% -
HSV(B) 61.44º 0.84% 0.78% -
XYZ 43.69 53.15 9.4 -
YUV 179.77 45.17 139.58 -
System Red Green Blue C M Y K H S L
Decimal 196 200 33 0.02 0 0.84 0.22 61.44 0.72 0.46
Hex C4 C8 21 2 0 54 16 3D 48 2E
Octal 304 310 41 2 0 124 26 75 110 56
Binary 11000100 11001000 100001 10 0 1010100 10110 111101 1001000 101110

Color Harmonies of #C4C821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C821

Black with #C4C821

Text Example


Text Example

White with #C4C821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C821; }

 p { color: rgb(196,200,33); }

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

background-color css

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

 a { background-color: rgb(196,200,33); }

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

border-color css

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

 span { border-color: rgb(196,200,33); }

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