Html Css Color HEX #C1BE1C Rio Grande

📋 copy color: '#C1BE1C'

red 193 ◦ green 190 ◦ blue 28

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

Shades of Rio Grande #C1BE1C

Tints of Rio Grande #C1BE1C

RGB

 RED value IS 193 (75.78% from 255) = 46.96%

 GREEN value IS 190 (74.61% from 255) = 46.23%

 BLUE value IS 28 (11.33% from 255) = 6.81%

R = 46.96%
G = 46.23%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1BE1C (or 0xC1BE1C) is known color: Rio Grande. HEX triplet: C1, BE and 1C. RGB value is (193,190,28). Sum of RGB (Red+Green+Blue) = 193+190+28=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BE1C is #3E41E3. Grayscale: #ADADAD. Windows color (decimal): -4080100 or 1883841. OLE color: 1883841.

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

Color convert

RGB 193 190 28 -
CMYK 0 0.02 0.85 0.24
HSL 58.91º 0.75% 0.43% -
HSV(B) 58.91º 0.85% 0.76% -
XYZ 40.62 48.25 8.27 -
YUV 172.43 46.49 142.67 -
System Red Green Blue C M Y K H S L
Decimal 193 190 28 0 0.02 0.85 0.24 58.91 0.75 0.43
Hex C1 BE 1C 0 2 55 18 3B 4B 2B
Octal 301 276 34 0 2 125 30 73 113 53
Binary 11000001 10111110 11100 0 10 1010101 11000 111011 1001011 101011

Color Harmonies of #C1BE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BE1C

Black with #C1BE1C

Text Example


Text Example

White with #C1BE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BE1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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