Html Css Color HEX #C1BE22 Rio Grande

📋 copy color: '#C1BE22'

red 193 ◦ green 190 ◦ blue 34

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

Shades of Rio Grande #C1BE22

Tints of Rio Grande #C1BE22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.15%

R = 46.28%
G = 45.56%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C1BE22 (or 0xC1BE22) is known color: Rio Grande. HEX triplet: C1, BE and 22. RGB value is (193,190,34). Sum of RGB (Red+Green+Blue) = 193+190+34=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 190 (74.61% from 255 or 45.56% from 417); Blue value is 34 (13.67% from 255 or 8.15% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BE22 is #3E41DD. Grayscale: #ADADAD. Windows color (decimal): -4080094 or 2277057. OLE color: 2277057.

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

Color convert

RGB 193 190 34 -
CMYK 0 0.02 0.82 0.24
HSL 58.87º 0.7% 0.45% -
HSV(B) 58.87º 0.82% 0.76% -
XYZ 40.69 48.28 8.69 -
YUV 173.11 49.49 142.18 -
System Red Green Blue C M Y K H S L
Decimal 193 190 34 0 0.02 0.82 0.24 58.87 0.7 0.45
Hex C1 BE 22 0 2 52 18 3B 46 2D
Octal 301 276 42 0 2 122 30 73 106 55
Binary 11000001 10111110 100010 0 10 1010010 11000 111011 1000110 101101

Color Harmonies of #C1BE22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BE22

Black with #C1BE22

Text Example


Text Example

White with #C1BE22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BE22; }

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

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

background-color css

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

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

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

border-color css

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

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

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