#C1BE28

Color #C1BE28 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #C1BE28

Tints of Rio Grande #C1BE28

Color information

#C1BE28 (or 0xC1BE28) is unknown color: approx Rio Grande. HEX triplet: C1, BE and 28. RGB value is (193,190,40). Sum of RGB (Red+Green+Blue) = 193+190+40=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BE28 is #3E41D7. Grayscale: #AEAEAE. Windows color (decimal): -4080088 or 2670273. OLE color: 2670273.

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

Color convert

RGB19319040-
CMYK00.020.790.24
HSL58.82º65.67%45.69%-
HSV(B)58.82º79.27%75.69%-
XYZ40.7948.329.18-
YUV173.852.49141.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.63%
GREEN value IS 190 (74.61% from 255) = 44.92%
BLUE value IS 40 (16.02% from 255) = 9.46%
R=45.63%
G=44.92%
B=9.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931904000.020.790.2458.8265.6745.69
HexC1BE28024F183b422e
Octal3012765002117307310256
Binary11000001101111101010000101001111110001110111000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BE28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BE28; }

 p { color: rgb(193,190,40); }

 H1.HeaderClassName
 {
   color: #C1BE28;
 }
 .AnyTagClassName
 {
   color: #C1BE28;
 }
</style>
background-color css

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

 a { background-color: rgb(193,190,40); }

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

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

 span { border-color: rgb(193,190,40); }

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