Html Css Color HEX #C0C328 Rio Grande

📋 copy color: '#C0C328'

red 192 ◦ green 195 ◦ blue 40

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

Shades of Rio Grande #C0C328

Tints of Rio Grande #C0C328

RGB

 RED value IS 192 (75.39% from 255) = 44.96%

 GREEN value IS 195 (76.56% from 255) = 45.67%

 BLUE value IS 40 (16.02% from 255) = 9.37%

R = 44.96%
G = 45.67%
B = 9.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C0C328 (or 0xC0C328) is known color: Rio Grande. HEX triplet: C0, C3 and 28. RGB value is (192,195,40). Sum of RGB (Red+Green+Blue) = 192+195+40=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 40 (16.02% from 255 or 9.37% from 427); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C328 is #3F3CD7. Grayscale: #B1B1B1. Windows color (decimal): -4144344 or 2671552. OLE color: 2671552.

HSL color Cylindrical-coordinate representation of color #C0C328: hue angle of 61.16º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0C328 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 195 40 -
CMYK 0.02 0 0.79 0.24
HSL 61.16º 0.66% 0.46% -
HSV(B) 61.16º 0.79% 0.76% -
XYZ 41.64 50.39 9.54 -
YUV 176.43 51.01 139.1 -
System Red Green Blue C M Y K H S L
Decimal 192 195 40 0.02 0 0.79 0.24 61.16 0.66 0.46
Hex C0 C3 28 2 0 4F 18 3D 42 2E
Octal 300 303 50 2 0 117 30 75 102 56
Binary 11000000 11000011 101000 10 0 1001111 11000 111101 1000010 101110

Color Harmonies of #C0C328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C328

Black with #C0C328

Text Example


Text Example

White with #C0C328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C328; }

 p { color: rgb(192,195,40); }

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

background-color css

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

 a { background-color: rgb(192,195,40); }

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

border-color css

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

 span { border-color: rgb(192,195,40); }

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